Google Campaign Manager · JSON Structure

Google Campaign Manager Creative Assignment Structure

Type: object Properties: 7
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

creativeId active weight startTime endTime sequence richMediaExitOverrides

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreativeAssignment",
  "type": "object",
  "properties": {
    "creativeId": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "weight": {
      "type": "integer"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "sequence": {
      "type": "integer"
    },
    "richMediaExitOverrides": {
      "type": "array"
    }
  }
}