AudienceSegment

An audience segment for targeting.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
id string ID of this audience segment.
name string Name of this audience segment.
allocation integer Weight allocated to this segment. Must be between 1 and 1000.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-audience-segment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AudienceSegment",
  "type": "object",
  "description": "An audience segment for targeting.",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of this audience segment."
    },
    "name": {
      "type": "string",
      "description": "Name of this audience segment."
    },
    "allocation": {
      "type": "integer",
      "description": "Weight allocated to this segment. Must be between 1 and 1000."
    }
  }
}