RawEventConversionDimensionHeader

  • This documentation details the JSON representation for the conversion dimension header in raw event messages.

  • The JSON object includes an id field (an integer represented as a string) referencing the conversion custom variable ID and a name field (a string) providing the user-defined name for the raw event dimension.

Message for raw event conversion dimension header.

JSON representation
{
  "id": string,
  "name": string
}
Fields
id

string (int64 format)

The conversion custom variable ID.

name

string

The user defined name of the raw event dimension.