RawEventConversionMetricHeader

  • This documentation details the JSON representation for raw event conversion metric header.

  • The JSON object includes an id field representing the conversion custom variable ID and a name field for the user-defined name of the raw event metric.

  • Both id and name fields are strings, with id specifically formatted as int64.

Message for raw event conversion metric 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 metric.