OptimizationActivity

An optimization activity for creative optimization.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
floodlightActivityId string Floodlight activity ID of this optimization activity.
weight integer Weight associated with this optimization.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-optimization-activity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OptimizationActivity",
  "type": "object",
  "description": "An optimization activity for creative optimization.",
  "properties": {
    "floodlightActivityId": {
      "type": "string",
      "description": "Floodlight activity ID of this optimization activity."
    },
    "weight": {
      "type": "integer",
      "description": "Weight associated with this optimization."
    }
  }
}