Google Campaign Manager · JSON Structure

Google Campaign Manager Delivery Schedule Structure

Type: object Properties: 3
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

DeliverySchedule is a JSON Structure definition published by Google Campaign Manager, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

impressionRatio priority hardCutoff

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeliverySchedule",
  "type": "object",
  "properties": {
    "impressionRatio": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "hardCutoff": {
      "type": "boolean"
    }
  }
}