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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVENT_SOURCE_UNSPECIFIED
Value: 0Unspecified EventSource. Should never be used.
Generated from protobuf enum EVENT_SOURCE_UNSPECIFIED = 0;
WEB
Value: 1The event was generated from a web browser.
Generated from protobuf enum WEB = 1;
APP
Value: 2The event was generated from an app.
Generated from protobuf enum APP = 2;
IN_STORE
Value: 3The event was generated from an in-store transaction.
Generated from protobuf enum IN_STORE = 3;
PHONE
Value: 4The event was generated from a phone call.
Generated from protobuf enum PHONE = 4;
OTHER
Value: 5The event was generated from other sources.
Generated from protobuf enum OTHER = 5;