CrossPromoClick

The cross promotion ad was clicked

Name
Type
Select
Backend name
Description

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

The level number when the event occurred

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.CrossPromoClick("splashScreen", "applovin", 25);

Last updated