InterstitialLoadFail

An interstitial ad failed to load

Name
Type
Select
Backend name
Description

network

string

Optional

ad_provider

The SDK the ad will be from (i.e, Adjust, FB, etc)

reason

AdErrorType

Optional

error_reason

The reason why the ad failed to load

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.InterstitialLoadFail("applovin", AdErrorType.NoFill, 25);

Last updated