Enum AdCompletionStatus
Namespace: Unity.Services.Analytics
Syntax
public enum AdCompletionStatus
Fields
Name | Description | Value |
---|---|---|
Completed | If the ad is fully viewed and therefore will count as an impression for the ad network. |
0 |
Partial | If there is an option to exit the ad before generating revenue. |
1 |
Incomplete | If the ad is not viewed at all (alternatively, don’t record the adImpression event in. |
2 |