Module: Google::Ads::DataManager::V1::EventSource
- Defined in:
- proto_docs/google/ads/datamanager/v1/event.rb
Overview
The source of the event.
Constant Summary collapse
- EVENT_SOURCE_UNSPECIFIED =
Unspecified EventSource. Should never be used.
0- WEB =
The event was generated from a web browser.
1- APP =
The event was generated from an app.
2- IN_STORE =
The event was generated from an in-store transaction.
3- PHONE =
The event was generated from a phone call.
4- OTHER =
The event was generated from other sources.
5