CreativeOptimizationConfiguration

Creative optimization configuration.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
id string ID of this creative optimization configuration.
name string Name of this creative optimization configuration.
optimizationActivitys array List of optimization activities associated with this configuration.
optimizationModel string Optimization model for this configuration.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-creative-optimization-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreativeOptimizationConfiguration",
  "type": "object",
  "description": "Creative optimization configuration.",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of this creative optimization configuration."
    },
    "name": {
      "type": "string",
      "description": "Name of this creative optimization configuration."
    },
    "optimizationActivitys": {
      "type": "array",
      "description": "List of optimization activities associated with this configuration."
    },
    "optimizationModel": {
      "type": "string",
      "description": "Optimization model for this configuration."
    }
  }
}