Properties
| Name | Type | Description |
|---|---|---|
| excluded_keywords | object | |
| excluded_topics | object | |
| excluded_urls | object | |
| keywords | object | |
| topics | object | |
| urls | object | |
| video | object |
JSON Schema
{
"$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"
}