Enum AdEvent.EventSubtype (0.16.0)

public enum AdEvent.EventSubtype extends Enum<AdEvent.EventSubtype> implements ProtocolMessageEnum

Additional classification about the type of ad event.

Protobuf enum google.ads.datamanager.v1.AdEvent.EventSubtype

Implements

ProtocolMessageEnum

Static Fields

Name Description
EVENT_SUBTYPE_ENGAGED_VIEW

Engaged view event.

EVENT_SUBTYPE_ENGAGED_VIEW = 2;

EVENT_SUBTYPE_ENGAGED_VIEW_VALUE

Engaged view event.

EVENT_SUBTYPE_ENGAGED_VIEW = 2;

EVENT_SUBTYPE_IMPRESSION

Impression event.

EVENT_SUBTYPE_IMPRESSION = 1;

EVENT_SUBTYPE_IMPRESSION_VALUE

Impression event.

EVENT_SUBTYPE_IMPRESSION = 1;

EVENT_SUBTYPE_ONSITE_CLICK

Onsite click event.

EVENT_SUBTYPE_ONSITE_CLICK = 3;

EVENT_SUBTYPE_ONSITE_CLICK_VALUE

Onsite click event.

EVENT_SUBTYPE_ONSITE_CLICK = 3;

EVENT_SUBTYPE_OUTBOUND_CLICK

Outbound click event.

EVENT_SUBTYPE_OUTBOUND_CLICK = 4;

EVENT_SUBTYPE_OUTBOUND_CLICK_VALUE

Outbound click event.

EVENT_SUBTYPE_OUTBOUND_CLICK = 4;

EVENT_SUBTYPE_UNSPECIFIED

Unspecified event subtype.

EVENT_SUBTYPE_UNSPECIFIED = 0;

EVENT_SUBTYPE_UNSPECIFIED_VALUE

Unspecified event subtype.

EVENT_SUBTYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()