AdTrackingMode
public enum AdTrackingMode : String
The mode which controls how client-side tracking requests are managed. If set to
PLAYHEAD, the current playhead position will be included as a request query parameter
to allow the server sending only the tracking info for ads close to the current playhead
position. If set to PAGINATION, a pagination token will be included as a request query
parameter to allow the server to avoid resending tracking info that was already
transmitted. If set to FULL, the server would send tracking info for all ads that exist
in the manifest window. If left unspecified, the PAGINATION mode would be chosen by
default.
In order to use the PLAYHEAD mode, the customer needs to open a support ticket with AWS
to enable the feature in the MediaTailor Playback Configuration. When enabled, the server
would return up to two avails that are closest to the current playhead position.
-
Undocumented
Declaration
Swift
case FULL -
Undocumented
Declaration
Swift
case PAGINATION -
Undocumented
Declaration
Swift
case PLAYHEAD