new InsertionPoint()
The InsertionPoint object is the second outmost object carrying returned ads delivered from Pulse. It is provided within a Session.
Members
-
conditions :Array
-
List of videoplaza.adresponse.EventConditions and/or videoplaza.adresponse.PropertyConditions, which are used to determine when to trigger the insertion point.
Type:
- Array
-
parentSession :videoplaza.adresponse.Session
-
The Session which the InsertionPoint is part of.
Type:
-
slots :Array
-
List of Slots within the InsertionPoint.
Type:
- Array
Methods
-
<static> isReady(insertionPoint)
-
Returns 'true' if one or more ads in this InsertionPoint have to be retrieved on demand using videoplaza.adrequest.AdRequester.requestThirdParty.
Parameters:
Name Type Description insertionPoint
The InsertionPoint to query.
-
<static> maximumPreparationTime(insertionPoint)
-
Calculates the maximum time in seconds (SS.mm) the SDK waits for a 'lazy' InsertionPoint to load (including potential passback candidate requests).
Parameters:
Name Type Description insertionPoint