GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeGoogleCustomNativeAdsHandler.EventType

Event types for custom native ad handler callbacks in BlazeGAM. Shared with the GAM Next-Gen module.

BlazeGoogleCustomNativeAdsHandler.EventType

ValueDescription
OPENED_ADReports on ad impression.
AD_PAGE_STARTReports when ad starts playing (or when ad shown for image ads).
AD_PAGE_FIRST_QUARTERReports when the user watches 25% of the ad (for videos only).
AD_PAGE_THIRDReports when the user watches 33.3% of the ad (for videos only).
AD_PAGE_MIDReports when the user watches 50% of the ad (for videos only).
AD_PAGE_COMPLETEReports when the user watches the ad until the end (for videos only).
PAUSED_AD_PAGEReports when the user pauses the ad (for videos only).
RESUMED_AD_PAGEReports when the user resumes the ad (for videos only).
CTA_CLICKEDReports when the CTA button is clicked.

Did this page help you?