Google Campaign Manager · JSON Structure

Google Campaign Manager Operating System Version Structure

Type: object Properties: 5
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

id majorVersion minorVersion name kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OperatingSystemVersion",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "majorVersion": {
      "type": "string"
    },
    "minorVersion": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}