Page Summary
-
The API retrieves a list of
Placementobjects. -
The HTTP request uses a GET method with the URL
https://admanager.googleapis.com/v1/{parent}/placements. -
The request requires a
parentpath parameter specifying the network. -
Optional query parameters are available for pagination (
pageSize,pageToken,skip), filtering (filter), and sorting (orderBy). -
The response body contains a list of
Placementobjects, an optionalnextPageTokenfor pagination, and an optionaltotalSize. -
The API requires the
https://www.googleapis.com/auth/admanagerOAuth scope for authorization.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
API to retrieve a list of Placement
objects.
HTTP request
GET https://admanager.googleapis.com/v1/{parent}/placements
Path parameters
| Parameters | |
|---|---|
parent
|
Required. The parent, which owns this collection of Placements. Format: |
Query parameters
pageSize
integer
Optional. The maximum number of Placements
to return. The service may return fewer than this value. If unspecified, at most 50 Placements
will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.
pageToken
string
Optional. A page token, received from a previous placements.list
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to placements.list
must match the call that provided the page token.
filter
string
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
Filterable fields:
-
description -
displayName -
name -
placementCode -
status -
targetedAdUnits -
updateTime
orderBy
string
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
skip
integer
Optional. Number of individual resources to skip while paginating.
Request body
The request body must be empty.
Response body
Response object for ListPlacementsRequest
containing matching Placement
objects.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"placements"
:
[
{
object (
|
| Fields | |
|---|---|
placements[]
|
The |
nextPageToken
|
A token, which can be sent as |
totalSize
|
Total number of For more information, see https://developers.google.com/ad-manager/api/beta/field-masks |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/admanager -
https://www.googleapis.com/auth/admanager.readonly
For more information, see the OAuth 2.0 Overview .

