AI-generated Key Takeaways
-
This content describes an Enum used to define interactions between viewers and video ads in a sequence.
-
The interactions covered include
UNSPECIFIED
,UNKNOWN
,PAID_VIEW
,SKIP
,IMPRESSION
, andENGAGED_IMPRESSION
. -
PAID_VIEW
andSKIP
interactions are specifically available for campaigns using Target CPM and skippable in-stream ads. -
IMPRESSION
signifies the ad was shown, whileENGAGED_IMPRESSION
indicates an ad impression that wasn't immediately skipped but didn't result in a billable event.
Enum describing an interaction between a viewer and a video in a video ad sequence.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The viewer engaged with or watched at least 30 seconds of the ad (or the entire ad, if it was less than 30 seconds). Only available for campaigns using Target CPM as the bidding strategy and skippable in-stream ads as the ad format. |
|
The viewer skipped the ad. Only available for campaigns using Target CPM as the bidding strategy and skippable in-stream ads as the ad format. |
|
The ad was shown to the viewer. |
|
An ad impression that was not immediately skipped, but didn't reach the billable event either. |