ConversionCustomMetricHeader

  • Conversion custom metric header uses JSON representation for data exchange.

  • The JSON object includes id and name fields.

  • The id represents the conversion custom metric ID as a string in int64 format.

  • The name defines the user-specified name for the conversion custom metric.

Message for conversion custom metric header.

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

string (int64 format)

The conversion custom metric ID.

name

string

The user defined name of the conversion custom metric.