Type String Event adsRequest Revision 2017.3060 Keywords ads, advertising, Chartboost, adsRequest, phase See also adsRequest chartboost.*
String value indicating the phase of the adsRequest event. Possible values include:
"init"
— Indicates that the Chartboost plugin was initialized successfully. You must wait for this event phase before trying to show/load ads.
"displayed"
— Indicates that an ad was displayed. For this phase, the location
property of event.data provides context on the advertisement location.
"closed"
— Indicates that an ad was closed/hidden. For this phase, the location
property of event.data provides context on the advertisement location.
"clicked"
— Indicates that an ad was clicked/tapped. For this phase, the location
property of event.data provides context on the advertisement location.
"loaded"
— Indicates that an ad loaded successfully. For this phase, the location
property of event.data provides context on the advertisement location.
"failed"
— Indicates that an ad failed to load. For this phase, event.isError will be true
and event.response provides additional context on the error. In addition, the location
property of event.data provides context on the advertisement location.
"reward"
— Applies only to rewarded/incentivized video ads "rewardedVideo"
)reward
property of event.data will indicate the reward amount as configured in the Chartboost portal. In addition, the location
property of event.data provides context on the advertisement location.