This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
Accounts
For Accounts Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/adexchangebuyer/v1.2, unless otherwise noted | ||
get |
GET /accounts/id
|
Gets one account by ID. |
list |
GET /accounts
|
Retrieves the authenticated user's list of accounts. |
patch |
PATCH /accounts/id
|
Updates an existing account. This method supports patch semantics. |
update |
PUT /accounts/id
|
Updates an existing account. |
Creatives
For Creatives Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/adexchangebuyer/v1.2, unless otherwise noted | ||
get |
GET /creatives/accountId/buyerCreativeId
|
Gets the status for a single creative. A creative will be available 30-40 minutes after submission. |
insert |
POST /creatives
|
Inserts a new creative into Google's creative verification pipeline. |
list |
GET /creatives
|
Retrieves a list of the authenticated user's active creatives. A creative will be available 30-40 minutes after submission. |