Reference documentation and code samples for the Google Ads Data Manager V1 Client class EventType.
The type of the event.
Protobuf type google.ads.datamanager.v1.AdEvent.EventType
Namespace
Google \ Ads \ DataManager \ V1 \ AdEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0Unspecified event type.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
EVENT_TYPE_VIEW
Value: 1View event.
Generated from protobuf enum EVENT_TYPE_VIEW = 1;
EVENT_TYPE_CLICK
Value: 2Click event.
Generated from protobuf enum EVENT_TYPE_CLICK = 2;