RewardVideoRevenuePaid

  • Backend Name: reward_video_revenue_paid

  • Description: A rewarded video ad’s revenue was paid

  • Event Type: Ads

  • Priority: P1

Parameters

NameTypeSelectBackend nameDescription
additionalDataDictionaryOptionaladditional_dataAny additional information
levelintOptionallevel_num
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.RewardVideoRevenuePaid(0.99d, "BaseBanner", "applovin");