RewardVideoShowFail
Introduction
Backend Name:
reward_video_show_failDescription: A rewarded video ad failed to show
Event Type:
AdsPriority:
P5
Parameters
| Name | Type | Select | Backend name | Description |
|---|---|---|---|---|
| additionalData | Dictionary | Optional | additional_data | Any additional information |
| level | int | Optional | level_num | |
| network | string | Optional | ad_provider | The SDK the ad will be from (i.e, Adjust, FB, etc) |
| placement | string | Required | placement | The placement of the ad |
| reason | AdErrorType | Optional | adErrorType | Used to record error messages when loading ads |
Code example:
LionAnalytics.RewardVideoShowFail("WinScreen", "applovin", AdErrorType.NoFill, 25);