InteractionEventType
Enum describing possible types of payable and free interactions.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
CLICK
|
Click to site. In most cases, this interaction navigates to an external location, usually the advertiser's landing page. This is also the default InteractionEventType for click events. |
ENGAGEMENT
|
The user's expressed intent to engage with the ad in-place. |
VIDEO_VIEW
|
User viewed a video ad. |
NONE
|
The default InteractionEventType for ad conversion events. This is used when an ad conversion row does NOT indicate that the free interactions (for example, the ad conversions) should be 'promoted' and reported as part of the core metrics. These are simply other (ad) conversions. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum outlines the different types of interactions a user can have with an ad, categorized as payable or free."],["Interaction types include clicks (navigating to a site), engagements (interacting with the ad directly), and video views."],["`UNSPECIFIED` and `UNKNOWN` are used for system purposes and represent unspecified or unknown interaction types."],["`NONE` is used for standard ad conversion events that are not considered \"promoted\" interactions for core metrics reporting."]]],[]]