Google Campaign Manager · JSON Structure

Google Campaign Manager Measurement Partner Wrapping Data Structure

Type: object Properties: 4
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

MeasurementPartnerWrappingData is a JSON Structure definition published by Google Campaign Manager, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

measurementPartner tagWrappingMode wrappedTag linkStatus

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeasurementPartnerWrappingData",
  "type": "object",
  "properties": {
    "measurementPartner": {
      "type": "string"
    },
    "tagWrappingMode": {
      "type": "string"
    },
    "wrappedTag": {
      "type": "string"
    },
    "linkStatus": {
      "type": "string"
    }
  }
}