Reference documentation and code samples for the Google Ads Data Manager V1 Client class EventSubtype.
Additional classification about the type of ad event.
Protobuf type google.ads.datamanager.v1.AdEvent.EventSubtype
Namespace
Google \ Ads \ DataManager \ V1 \ AdEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVENT_SUBTYPE_UNSPECIFIED
Value: 0Unspecified event subtype.
Generated from protobuf enum EVENT_SUBTYPE_UNSPECIFIED = 0;
EVENT_SUBTYPE_IMPRESSION
Value: 1Impression event.
Generated from protobuf enum EVENT_SUBTYPE_IMPRESSION = 1;
EVENT_SUBTYPE_ENGAGED_VIEW
Value: 2Engaged view event.
Generated from protobuf enum EVENT_SUBTYPE_ENGAGED_VIEW = 2;
EVENT_SUBTYPE_ONSITE_CLICK
Value: 3Onsite click event.
Generated from protobuf enum EVENT_SUBTYPE_ONSITE_CLICK = 3;
EVENT_SUBTYPE_OUTBOUND_CLICK
Value: 4Outbound click event.
Generated from protobuf enum EVENT_SUBTYPE_OUTBOUND_CLICK = 4;