Event OnAdRevenuePaid
Fired for every ad impression revenue event. Wire this to your attribution SDK —
AppsFlyerModule.LogAdRevenue or AdjustModule.LogAdRevenue.
Do not wire it to FirebaseModule.LogAdRevenue: an AdMob app linked to
Firebase already logs ad_impression automatically, so doing so double-counts it.
public static event Action<AdImpressionData> OnAdRevenuePaid
Returns
- Action<AdImpressionData>
- Fired for every ad impression revenue event. Wire this to your attribution SDK — AppsFlyerModule.LogAdRevenue or AdjustModule.LogAdRevenue. Do not wire it to FirebaseModule.LogAdRevenue: an AdMob app linked to Firebase already logs ad_impression automatically, so doing so double-counts it.