Skip to main content

Ad Event Parameters

ParametersDescriptionExample
AdsCompanyAd network
AdsCompany.Admob
AdsCompany.Adx
AdsCompany.Facebook
AdsTypeAd format
AdsType.Interstitial
AdsType.AppOpen
AdsType.Native
AdsType.Banner
AdsType.Mrc
etc.
activityFullNameYour activity class"com.analytics.test.MainActivity"
adUnitIdYour ad unit ID"ca-app-pub-3940256099942544/9214589741"
uniqIdUnique identifier per ad eventSystem.currentTimeMillis()

How to Send an Ad Event

Ad Request

When an ad fetch is initiated.

Ad Load

When the ad successfully loads.

Ad Show

When the ad is displayed.

Ad Click

Tracks user clicks on the ad.

Ad Failed

Captures load/show errors with error codes and messages.

Ad Failed Other

Captures load/show errors with error codes and messages. As an example: onAdFailedToShowFullScreenContent.

Ad Paid Event

Records revenue data only uses AdMob (micros, currency, precision).