Size

Represents the dimensions of ads, placements, and creatives.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
id string ID of this size.
width integer Width of this size in pixels.
height integer Height of this size in pixels.
iab boolean Whether this size is an IAB standard size.
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-size-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Size",
  "type": "object",
  "description": "Represents the dimensions of ads, placements, and creatives.",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of this size."
    },
    "width": {
      "type": "integer",
      "description": "Width of this size in pixels."
    },
    "height": {
      "type": "integer",
      "description": "Height of this size in pixels."
    },
    "iab": {
      "type": "boolean",
      "description": "Whether this size is an IAB standard size."
    },
    "kind": {
      "type": "string"
    }
  }
}