Reference documentation and code samples for the Google Ads Data Manager V1 Client class EventSource.
The source of the event.
Protobuf type google.ads.datamanager.v1.EventSource
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
EVENT_SOURCE_UNSPECIFIED
Value: 0
Unspecified EventSource. Should never be used.
Generated from protobuf enum EVENT_SOURCE_UNSPECIFIED = 0;
WEB
Value: 1
The event was generated from a web browser.
Generated from protobuf enum WEB = 1;
APP
Value: 2
The event was generated from an app.
Generated from protobuf enum APP = 2;
IN_STORE
Value: 3
The event was generated from an in-store transaction.
Generated from protobuf enum IN_STORE = 3;
PHONE
Value: 4
The event was generated from a phone call.
Generated from protobuf enum PHONE = 4;
OTHER
Value: 5
The event was generated from other sources.
Generated from protobuf enum OTHER = 5;

