Unified.to · Schema

property_AdsGroup_targeting

IntegrationsUnified API

Properties

Name Type Description
audience object
brand_safety object
content object
demographic object
device object
geographic object
language object
optimization object
placement object
schedule object
View JSON Schema on GitHub

JSON Schema

unified-to-property-adsgroup-targeting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsGroup_targeting",
  "title": "property_AdsGroup_targeting",
  "properties": {
    "audience": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_audience"
    },
    "brand_safety": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_brand_safety"
    },
    "content": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content"
    },
    "demographic": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_demographic"
    },
    "device": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_device"
    },
    "geographic": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic"
    },
    "language": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_language"
    },
    "optimization": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_optimization"
    },
    "placement": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_placement"
    },
    "schedule": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_schedule"
    }
  },
  "type": "object"
}