CrossPromoShowFail
Introduction
Backend Name:
cross_promo_show_fail
Description: A cross promotion ad failed to show
Event Type:
Ads
Priority:
P5
Parameters
Name | Type | Select | Backend name | Description |
---|---|---|---|---|
achievementID | string | Required | achievement_id | achievementID is an ID that represents the achievement. |
achievementName | string | Required | achievement_name | achievementName is the name of the achievement in the game. |
additionalData | Dictionary | Optional | additional_data | Any additional information |
placement | string | Required | placement | The placement of the ad |
reward | Reward | Required | reward | If rewards are given to the player at the time of the event, the reward object is used to track the items (e.g., boosters, coins, gems, etc) or currencies gifted or earned by the player to the player. |
Code example:
LionAnalytics.CrossPromoShowFail("WinScreen", "applovin", AdErrorType.NoFill, 25);