CreativeRotation

Creative rotation configuration controlling how creatives are served within an ad.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
type string Type of creative rotation.
weightCalculationStrategy string Strategy for calculating creative weights.
creativeAssignments array Creative assignments in this creative rotation.
creativeOptimizationConfigurationId string Creative optimization configuration used for this creative rotation.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-creative-rotation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreativeRotation",
  "type": "object",
  "description": "Creative rotation configuration controlling how creatives are served within an ad.",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of creative rotation."
    },
    "weightCalculationStrategy": {
      "type": "string",
      "description": "Strategy for calculating creative weights."
    },
    "creativeAssignments": {
      "type": "array",
      "description": "Creative assignments in this creative rotation."
    },
    "creativeOptimizationConfigurationId": {
      "type": "string",
      "description": "Creative optimization configuration used for this creative rotation."
    }
  }
}