BannerRevenuePaid

  • Backend Name: banner_revenue_paid

  • Description: A banner ad’s revenue was paid

  • Event Type: Ads

  • Priority: P1

Parameters

NameTypeSelectBackend nameDescription
additionalDataDictionaryOptionaladditional_dataAny additional information
networkstringOptionalad_providerThe SDK the ad will be from (i.e, Adjust, FB, etc)
placementstringRequiredplacementThe placement of the ad
revenuedoubleRequiredrevenueThe revenue for this ad display

Code example:

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