Ad View Event
Track when rewarded or interstitial ads are being viewed
Use sendCustomAdEvent
to send an ad view event when a user watches an ad.
Send this event every time a user views an ad in your app.
AdMetrics.SendCustomAdEvent("ad_001", "Interstitial Ad 1", "GoogleAds", 30, true, "Google", "CampaignA", 0.04, "USD");
Prop | Type | Default |
---|---|---|
ad_id | string | - |
name | string | - |
source | string | - |
watch_time | int | - |
reward | bool | - |
media_source | string | - |
channel | string | - |
value | double | - |
currency | string | - |
⚡ Value can be estimated ad revenue
Ad view events allow tracking of monetization performance per ad unit, creative, or channel.