Unified.to · Schema

property_AdsReportMetrics_group_pacing

IntegrationsUnified API

Properties

Name Type Description
daily_max_amount number
daily_max_impressions number
period string
type string
View JSON Schema on GitHub

JSON Schema

unified-to-property-adsreportmetrics-group-pacing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsReportMetrics_group_pacing",
  "title": "property_AdsReportMetrics_group_pacing",
  "properties": {
    "daily_max_amount": {
      "type": "number"
    },
    "daily_max_impressions": {
      "type": "number"
    },
    "period": {
      "enum": [
        "UNSPECIFIED",
        "DAILY",
        "FLIGHT"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "type": {
      "type": "string"
    }
  },
  "type": "object"
}