InterOpenRevenuePaid
A interOpen video ad’s revenue was paid
Name
Type
Select
Backend name
Description
revenue
double
Required
revenue
The revenue for this ad display
placement
string
Required
placement
The placement of the ad
network
string
Optional
ad_provider
The SDK the ad will be from (i.e, Adjust, FB, etc)
level
int
Optional
level_num
Level number
additionalData
Dictionary<string, object>
Optional
additional_data
Any additional information
Code examples:
LionAnalytics.InterOpenRevenuePaid(0.99d, "BaseBanner", "applovin");
Last updated