Unified.to · Schema

property_AdsCampaign_targeting_audience

IntegrationsUnified API

Properties

Name Type Description
behaviors object
combination_spec object
custom_audiences object
excluded_behaviors object
excluded_custom_audiences object
excluded_interests object
interests object
lookalike_audiences object
View JSON Schema on GitHub

JSON Schema

unified-to-property-adscampaign-targeting-audience-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsCampaign_targeting_audience",
  "title": "property_AdsCampaign_targeting_audience",
  "properties": {
    "behaviors": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_behaviors"
    },
    "combination_spec": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_combination_spec"
    },
    "custom_audiences": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_custom_audiences"
    },
    "excluded_behaviors": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_excluded_behaviors"
    },
    "excluded_custom_audiences": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_excluded_custom_audiences"
    },
    "excluded_interests": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_excluded_interests"
    },
    "interests": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_interests"
    },
    "lookalike_audiences": {
      "$ref": "#/components/schemas/property_AdsCampaign_targeting_audience_lookalike_audiences"
    }
  },
  "type": "object"
}