Google Ads Data Manager V1 Client - Class EventType (0.6.0)

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 \ AdEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EVENT_TYPE_UNSPECIFIED

Value: 0

Unspecified event type.

Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;

EVENT_TYPE_VIEW

Value: 1

View event.

Generated from protobuf enum EVENT_TYPE_VIEW = 1;

EVENT_TYPE_CLICK

Value: 2

Click event.

Generated from protobuf enum EVENT_TYPE_CLICK = 2;