TechnologyTargeting

Technology targeting configuration.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
browsers array Browsers to target.
platforms array Platforms to target.
operatingSystems array Operating systems to target.
mobileCarriers array Mobile carriers to target.
connectionTypes array Connection types to target.
operatingSystemVersions array Operating system versions to target.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-technology-targeting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TechnologyTargeting",
  "type": "object",
  "description": "Technology targeting configuration.",
  "properties": {
    "browsers": {
      "type": "array",
      "description": "Browsers to target."
    },
    "platforms": {
      "type": "array",
      "description": "Platforms to target."
    },
    "operatingSystems": {
      "type": "array",
      "description": "Operating systems to target."
    },
    "mobileCarriers": {
      "type": "array",
      "description": "Mobile carriers to target."
    },
    "connectionTypes": {
      "type": "array",
      "description": "Connection types to target."
    },
    "operatingSystemVersions": {
      "type": "array",
      "description": "Operating system versions to target."
    }
  }
}