Google Campaign Manager · JSON Structure

Google Campaign Manager Pricing Schedule Pricing Period Structure

Type: object Properties: 5
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

startDate endDate units rateOrCostNanos pricingComment

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PricingSchedulePricingPeriod",
  "type": "object",
  "properties": {
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "units": {
      "type": "string"
    },
    "rateOrCostNanos": {
      "type": "string"
    },
    "pricingComment": {
      "type": "string"
    }
  }
}