ConversionCustomDimensionHeader

  • The conversion custom dimension header is represented in JSON format using an object with id and name fields.

  • The id field is a string formatted as an integer (int64) representing the unique identifier of the conversion custom dimension.

  • The name field is a string containing the user-defined name assigned to the conversion custom dimension.

Message for conversion custom dimension header.

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

string (int64 format)

The conversion custom dimension ID.

name

string

The user defined name of the conversion custom dimension.