Type String Event adsRequest Revision 2017.3060 Keywords ads, advertising, Supersonic, adsRequest, phase See also adsRequest supersonic.*
String value indicating the phase of the adsRequest event. Possible values include:
"init"
— Indicates that the Supersonic plugin was initialized successfully.
"loaded"
— Indicates that an ad loaded successfully. For this phase, event.type can provide additional context.
"displayed"
— Indicates that an ad displayed successfully. For this phase, event.type can provide additional context.
"clicked"
— Indicates that an ad was clicked/tapped. For this phase event.type can provide additional context.
"closed"
— Indicates that an ad was closed. For this phase, event.type can provide additional context.
"rewarded"
— Indicates that a rewarded video ad was watched in its entirety and a reward was given. For this phase, event.type and event.response can provide additional context.
"playbackBegan"
— Indicates that playback of a rewarded video ad began. For this phase, event.type can provide additional context.
"playbackEnded"
— Indicates that playback of a rewarded video ad ended. For this phase, event.type can provide additional context.
"failed"
— Indicates that an ad failed to load. For this phase, event.isError will be true
. Additionally, event.type and event.response can provide additional context.
"noFill"
— Indicates that an ad failed to load due to no fill. For this phase, event.isError will be true
. Additionally, event.type and event.response can provide additional context.
"failedToDisplay"
— Indicates that an ad failed to display. For this phase, event.isError will be true
. Additionally, event.type and event.response can provide additional context.
"failedToGetCredit"
— Indicates that an ad failed to retrieve a credit reward. For this phase, event.isError will be true
. Additionally, event.type and event.response can provide additional context.