Unified.to · Schema

property_AdsReportMetrics_campaign_targeting_geographic_location_types

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-adsreportmetrics-campaign-targeting-geographic-loca-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsReportMetrics_campaign_targeting_geographic_location_types",
  "title": "property_AdsReportMetrics_campaign_targeting_geographic_location_types",
  "items": {
    "enum": [
      "HOME",
      "RECENT",
      "TRAVEL"
    ],
    "type": "string",
    "x-speakeasy-unknown-values": "allow"
  },
  "type": "array"
}