Google Campaign Manager · JSON Structure

Google Campaign Manager Technology Targeting Structure

Type: object Properties: 6
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

browsers platforms operatingSystems mobileCarriers connectionTypes operatingSystemVersions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TechnologyTargeting",
  "type": "object",
  "properties": {
    "browsers": {
      "type": "array"
    },
    "platforms": {
      "type": "array"
    },
    "operatingSystems": {
      "type": "array"
    },
    "mobileCarriers": {
      "type": "array"
    },
    "connectionTypes": {
      "type": "array"
    },
    "operatingSystemVersions": {
      "type": "array"
    }
  }
}