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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EVENT_SUBTYPE_UNSPECIFIED

Value: 0

Unspecified event subtype.

Generated from protobuf enum EVENT_SUBTYPE_UNSPECIFIED = 0;

EVENT_SUBTYPE_IMPRESSION

Value: 1

Impression event.

Generated from protobuf enum EVENT_SUBTYPE_IMPRESSION = 1;

EVENT_SUBTYPE_ENGAGED_VIEW

Value: 2

Engaged view event.

Generated from protobuf enum EVENT_SUBTYPE_ENGAGED_VIEW = 2;

EVENT_SUBTYPE_ONSITE_CLICK

Value: 3

Onsite click event.

Generated from protobuf enum EVENT_SUBTYPE_ONSITE_CLICK = 3;

EVENT_SUBTYPE_OUTBOUND_CLICK

Value: 4

Outbound click event.

Generated from protobuf enum EVENT_SUBTYPE_OUTBOUND_CLICK = 4;