eventSource property

String? eventSource
getter/setter pair

This field should not be set when using JavaScript pixel or the Recommendations AI Tag.

Defaults to EVENT_SOURCE_UNSPECIFIED.

Optional. Possible string values are:

  • "EVENT_SOURCE_UNSPECIFIED" : Unspecified event source.
  • "AUTOML" : The event is ingested via a javascript pixel or Recommendations AI Tag through automl datalayer or JS Macros.
  • "ECOMMERCE" : The event is ingested via Recommendations AI Tag through Enhanced Ecommerce datalayer.
  • "BATCH_UPLOAD" : The event is ingested via Import user events API.

Implementation

core.String? eventSource;