Unified.to · Schema

property_AdsReportMetrics_group_targeting_brand_safety

Brand safety (Meta: excluded_publisher_categories, etc.; Google

IntegrationsUnified API

Properties

Name Type Description
block_list_ids object
brand_safety_content_filter_levels object
excluded_content_labels object
excluded_publisher_categories object
publisher_visibility_categories object
View JSON Schema on GitHub

JSON Schema

unified-to-property-adsreportmetrics-group-targeting-brand-safety-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsReportMetrics_group_targeting_brand_safety",
  "title": "property_AdsReportMetrics_group_targeting_brand_safety",
  "description": "Brand safety (Meta: excluded_publisher_categories, etc.; Google",
  "properties": {
    "block_list_ids": {
      "$ref": "#/components/schemas/property_AdsReportMetrics_group_targeting_brand_safety_block_list_ids"
    },
    "brand_safety_content_filter_levels": {
      "$ref": "#/components/schemas/property_AdsReportMetrics_group_targeting_brand_safety_brand_safety_content_filter_levels"
    },
    "excluded_content_labels": {
      "$ref": "#/components/schemas/property_AdsReportMetrics_group_targeting_brand_safety_excluded_content_labels"
    },
    "excluded_publisher_categories": {
      "$ref": "#/components/schemas/property_AdsReportMetrics_group_targeting_brand_safety_excluded_publisher_categories"
    },
    "publisher_visibility_categories": {
      "$ref": "#/components/schemas/property_AdsReportMetrics_group_targeting_brand_safety_publisher_visibility_categories"
    }
  },
  "type": "object"
}