Type String Event adsRequest Revision 2017.3060 Keywords ads, advertising, SuperAwesome, adsRequest, phase See also adsRequest superawesome.*
String value indicating the phase of the adsRequest event. Possible values include:
"init" — Indicates that the SuperAwesome plugin was initialized successfully.
"loaded" — Indicates that an ad loaded successfully. For this phase, event.type and event.placementId can provide additional context.
"displayed" — Indicates that an ad displayed successfully. For this phase, event.type and event.placementId can provide additional context.
"refreshed" — Indicates that a banner space has been updated with a new ad. For this phase, event.placementId can provide additional context.
"clicked" — Indicates that an ad was clicked/tapped. For this phase, event.type and event.placementId can provide additional context.
"closed" — Indicates that an ad was closed. Applies only to interstitial and video ads. For this phase, event.type and event.placementId can provide additional context.
"hidden" — Indicates that a banner ad was hidden. For this phase, event.placementId can provide additional context.
"playbackEnded" — Indicates that a video ad has played to its completion. For this phase, event.placementId can provide additional context.
"failed" — Indicates that an ad failed to load. For this phase, event.isError will be true. Additionally, event.type, event.placementId can provide additional context.