PricingSchedule

Pricing schedule for a placement.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
startDate string Placement start date.
endDate string Placement end date.
pricingType string Placement pricing type.
capCostType string Placement cap cost type.
pricingPeriods array Pricing periods for this placement.
testingStartDate string Testing start date of this placement.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-pricing-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PricingSchedule",
  "type": "object",
  "description": "Pricing schedule for a placement.",
  "properties": {
    "startDate": {
      "type": "string",
      "description": "Placement start date."
    },
    "endDate": {
      "type": "string",
      "description": "Placement end date."
    },
    "pricingType": {
      "type": "string",
      "description": "Placement pricing type."
    },
    "capCostType": {
      "type": "string",
      "description": "Placement cap cost type."
    },
    "pricingPeriods": {
      "type": "array",
      "description": "Pricing periods for this placement."
    },
    "testingStartDate": {
      "type": "string",
      "description": "Testing start date of this placement."
    }
  }
}