Unified.to · Schema

property_AdsCampaign_targeting_content

IntegrationsUnified API

Properties

Name Type Description
excluded_keywords object
excluded_topics object
excluded_urls object
keywords object
topics object
urls object
video object
View JSON Schema on GitHub

JSON Schema

unified-to-property-adscampaign-targeting-content-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsCampaign_targeting_content",
  "title": "property_AdsCampaign_targeting_content",
  "properties": {
    "excluded_keywords": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_excluded_keywords"
    },
    "excluded_topics": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_excluded_topics"
    },
    "excluded_urls": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_excluded_urls"
    },
    "keywords": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_keywords"
    },
    "topics": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_topics"
    },
    "urls": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_urls"
    },
    "video": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_video"
    }
  },
  "type": "object"
}