/AWS1/CL_MDTRECURRINGRETRIEVAL¶
With recurring prefetch, MediaTailor automatically prefetches ads for every avail that occurs during the retrieval window. The following configurations describe the MediaTailor behavior when prefetching ads for a live event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_dynamicvariables TYPE /AWS1/CL_MDT__MAPOF__STRING_W=>TT___MAPOF__STRING TT___MAPOF__STRING¶
The dynamic variables to use for substitution during prefetch requests to the ADS.
iv_delayafteravailendseconds TYPE /AWS1/MDT__INTEGER /AWS1/MDT__INTEGER¶
The number of seconds that MediaTailor waits after an ad avail before prefetching ads for the next avail. If not set, the default is 0 (no delay).
iv_trafficshapingtype TYPE /AWS1/MDTTRAFFICSHAPINGTYPE /AWS1/MDTTRAFFICSHAPINGTYPE¶
Indicates the type of traffic shaping used to limit the number of requests to the ADS at one time.
io_trafshapingretrievalwin00 TYPE REF TO /AWS1/CL_MDTTRFSHAPINGRETRIE00 /AWS1/CL_MDTTRFSHAPINGRETRIE00¶
The configuration that tells Elemental MediaTailor how many seconds to spread out requests to the ad decision server (ADS). Instead of sending ADS requests for all sessions at the same time, MediaTailor spreads the requests across the amount of time specified in the retrieval window.
io_trafficshapingtpsconf TYPE REF TO /AWS1/CL_MDTTRAFSHAPINGTPSCONF /AWS1/CL_MDTTRAFSHAPINGTPSCONF¶
The configuration for TPS-based traffic shaping. This approach limits requests to the ad decision server (ADS) based on transactions per second and concurrent users.
Queryable Attributes¶
DynamicVariables¶
The dynamic variables to use for substitution during prefetch requests to the ADS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMICVARIABLES() |
Getter for DYNAMICVARIABLES, with configurable default |
ASK_DYNAMICVARIABLES() |
Getter for DYNAMICVARIABLES w/ exceptions if field has no va |
HAS_DYNAMICVARIABLES() |
Determine if DYNAMICVARIABLES has a value |
DelayAfterAvailEndSeconds¶
The number of seconds that MediaTailor waits after an ad avail before prefetching ads for the next avail. If not set, the default is 0 (no delay).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELAYAFTERAVAILENDSECS() |
Getter for DELAYAFTERAVAILENDSECONDS, with configurable defa |
ASK_DELAYAFTERAVAILENDSECS() |
Getter for DELAYAFTERAVAILENDSECONDS w/ exceptions if field |
HAS_DELAYAFTERAVAILENDSECS() |
Determine if DELAYAFTERAVAILENDSECONDS has a value |
TrafficShapingType¶
Indicates the type of traffic shaping used to limit the number of requests to the ADS at one time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAFFICSHAPINGTYPE() |
Getter for TRAFFICSHAPINGTYPE, with configurable default |
ASK_TRAFFICSHAPINGTYPE() |
Getter for TRAFFICSHAPINGTYPE w/ exceptions if field has no |
HAS_TRAFFICSHAPINGTYPE() |
Determine if TRAFFICSHAPINGTYPE has a value |
TrafficShapingRetrievalWindow¶
The configuration that tells Elemental MediaTailor how many seconds to spread out requests to the ad decision server (ADS). Instead of sending ADS requests for all sessions at the same time, MediaTailor spreads the requests across the amount of time specified in the retrieval window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAFSHAPINGRETRIEVALWI00() |
Getter for TRAFSHAPINGRETRIEVALWINDOW |
TrafficShapingTpsConfiguration¶
The configuration for TPS-based traffic shaping. This approach limits requests to the ad decision server (ADS) based on transactions per second and concurrent users.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAFFICSHAPINGTPSCONF() |
Getter for TRAFFICSHAPINGTPSCONF |