Type String Event adsRequest Revision Release 2024.3703 Keywords ads, advertising, MediaBrix, adsRequest, phase See also adsRequest mediaBrix.*
String value indicating the phase of the adsRequest event. Possible values include:
"init"
— Indicates that the MediaBrix plugin was initialized successfully.
"failed"
— Indicates that an ad failed to load. For this phase, event.isError will be true
. Additionally, event.type, event.placementId, and event.response can provide additional context.
"loaded"
— Indicates that an ad loaded successfully. For this phase, event.type and event.placementId can provide additional context.
"reward"
— Indicates that a rewarded ad was viewed to completion. When this event phase is triggered, you may reward your user with, for instance,
"displayed"
— Indicates that an ad was displayed. For this phase, event.type and event.placementId can provide additional context.
"closed"
— Indicates that an ad was closed. For this phase, event.type and 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.