PlacementsGenerateTagsResponse

Response containing generated placement tags.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
placementTags array
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-placements-generate-tags-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlacementsGenerateTagsResponse",
  "type": "object",
  "description": "Response containing generated placement tags.",
  "properties": {
    "placementTags": {
      "type": "array"
    },
    "kind": {
      "type": "string"
    }
  }
}