Uniquely identifies the Placement. This attribute is read-only and is assigned by
Google when a placement is created.
name
xsd:string
The name of the Placement. This value is required and has a maximum length of 255
characters.
description
xsd:string
A description of the Placement. This value is optional and its maximum length is 65,535
characters.
placementCode
xsd:string
A string used to uniquely identify the Placement for purposes of serving the ad. This
attribute is read-only and is assigned by Google when a placement is created.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eA \u003ccode\u003ePlacement\u003c/code\u003e in Google Ad Manager serves as a container for grouping related \u003ccode\u003eAdUnit\u003c/code\u003e objects, streamlining ad serving and management.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003ePlacement\u003c/code\u003e is assigned a unique ID, name, and placement code for identification and ad targeting purposes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePlacement\u003c/code\u003e objects can be managed through the PlacementService, allowing for creation, updates, and adjustments to their properties like status and targeted ad units.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of a \u003ccode\u003ePlacement\u003c/code\u003e include its name, description, status (active, inactive, archived), and the IDs of the targeted ad units it encompasses.\u003c/p\u003e\n"],["\u003cp\u003ePlacements inherit properties from SiteTargetingInfo, indicating their potential association with site-level targeting options.\u003c/p\u003e\n"]]],["The `PlacementService` allows for the management of `Placement` objects, which group related `AdUnit` objects. Key actions include `createPlacements()` and `updatePlacements()`. `Placement` objects have attributes like `id`, `name`, `description`, `placementCode`, and `status` (which can be `ACTIVE`, `INACTIVE`, or `ARCHIVED`). A placement can also contain a collection of `targetedAdUnitIds`, the object Ids of `AdUnit` that constitute the `Placement`. It also contains `lastModifiedDateTime` and can inherit from `SiteTargetingInfo`.\n"],null,["# type Placement (v202411)\n\n**Service** \n**PlacementService** **Dependencies** \n[PlacementPage](/ad-manager/api/reference/v202411/PlacementService.PlacementPage) [createPlacements()](/ad-manager/api/reference/v202411/PlacementService#createPlacements) [updatePlacements()](/ad-manager/api/reference/v202411/PlacementService#updatePlacements) \n▼\n**Placement** **Inheritance** \n[SiteTargetingInfo](/ad-manager/api/reference/v202411/PlacementService.SiteTargetingInfo) \n▼\n**Placement**\n\nA `Placement` groups related `AdUnit` objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`SiteTargetingInfo` (inherited)** ||\n| **`Placement`** ||\n| ### `id` | ` `xsd:`long` Uniquely identifies the `Placement`. This attribute is read-only and is assigned by Google when a placement is created. |\n| ### `name` | ` `xsd:`string` The name of the `Placement`. This value is required and has a maximum length of 255 characters. |\n| ### `description` | ` `xsd:`string` A description of the `Placement`. This value is optional and its maximum length is 65,535 characters. |\n| ### `placementCode` | ` `xsd:`string` A string used to uniquely identify the `Placement` for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created. |\n| ### `status` | ` `[InventoryStatus](/ad-manager/api/reference/v202411/PlacementService.InventoryStatus)` ` The status of the `Placement`. This attribute is read-only. *** ** * ** *** **Enumerations** `ACTIVE` : The object is active. `INACTIVE` : The object is no longer active. `ARCHIVED` : The object has been archived. \u003cbr /\u003e |\n| ### `targetedAdUnitIds` | ` `xsd:`string[]` The collection of `AdUnit` object IDs that constitute the `Placement`. |\n| ### `lastModifiedDateTime` | ` `[DateTime](/ad-manager/api/reference/v202411/PlacementService.DateTime)` ` The date and time this placement was last modified. |"]]