MediaPlanner

  • Describes a single Media Planner account.

  • The account is represented in JSON format with a single field: accountId.

  • The accountId field is a string and is output only.

Represents a media planner account.

JSON representation
{
  "accountId": string,
  "name": string,
  "displayName": string,
  "ancestorNames": [
    string
  ]
}
Fields
accountId
(deprecated)

string

Output only. Account ID of the media planner.

name

string

Identifier. The unique resource name of the media planner. Format: mediaPlanners/{mediaPlannerAccountId} Can be used to filter the response of the mediaPlanners.list method.

displayName

string

Output only. The display name of the media planner. Can be used to filter the response of the mediaPlanners.list method.

ancestorNames[]

string

Output only. The ancestor names of the media planner. Format: mediaPlanners/{mediaPlannerAccountId} Can be used to filter the response of the mediaPlanners.list method.