Lists all media planner accounts that the caller has access to.
For curators, this will return all media planners that have accepted curator terms.
For other accounts, attempting to list media planners will return an error.
HTTP request
GET https://authorizedbuyersmarketplace.googleapis.com/v1beta/mediaPlanners
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
pageSize |
The maximum number of media planners to return. If unspecified, at most 100 media planners will be returned. The maximum value is 500; values above 500 will be coerced to 500. |
pageToken |
A token identifying a page of results the server should return. This value is received from a previous |
filter |
Optional query string using the Cloud API list filtering syntax. Supported columns for filtering are:
|
Request body
The request body must be empty.
Response body
A response containing media planner account information.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"mediaPlanners": [
{
object ( |
| Fields | |
|---|---|
mediaPlanners[] |
List of media planners. |
nextPageToken |
A token which can be passed to a subsequent call to the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/authorized-buyers-marketplace
MediaPlanner
Represents a media planner account.
| JSON representation |
|---|
{ "accountId": string, "name": string, "displayName": string, "ancestorNames": [ string ] } |
| Fields | |
|---|---|
accountId |
Output only. Account ID of the media planner. |
name |
Identifier. The unique resource name of the media planner. Format: |
displayName |
Output only. The display name of the media planner. Can be used to filter the response of the |
ancestorNames[] |
Output only. The ancestor names of the media planner. Format: |