BannerRevenuePaid

  • Backend Name: banner_revenue_paid

  • Description: A banner ad’s revenue was paid

  • Event Type: Ads

  • Priority: P1

Parameters

Name Type Select Backend name Description
additionalData Dictionary Optional additional_data Any additional information
network string Optional ad_provider The SDK the ad will be from (i.e, Adjust, FB, etc)
placement string Required placement The placement of the ad
revenue double Required revenue The revenue for this ad display

Code example:

LionAnalytics.BannerRevenuePaid(0.99d, "BaseBanner", "applovin");