| { |
| "kind": "discovery#restDescription", |
| "etag": "\"DGgqtFnjgu83tuwvvVNNUhOiHWk/1UCG4CqfTBrxPN0MRjUm7GaLJ7Y\"", |
| "discoveryVersion": "v1", |
| "id": "adexchangebuyer:v1.1", |
| "name": "adexchangebuyer", |
| "version": "v1.1", |
| "title": "Ad Exchange Buyer API", |
| "description": "Lets you manage your Ad Exchange Buyer account.", |
| "ownerDomain": "google.com", |
| "ownerName": "Google", |
| "icons": { |
| "x16": "http://www.google.com/images/icons/product/doubleclick-16.gif", |
| "x32": "http://www.google.com/images/icons/product/doubleclick-32.gif" |
| }, |
| "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest", |
| "protocol": "rest", |
| "baseUrl": "https://www.googleapis.com/adexchangebuyer/v1.1/", |
| "basePath": "/adexchangebuyer/v1.1/", |
| "rootUrl": "https://www.googleapis.com/", |
| "servicePath": "adexchangebuyer/v1.1/", |
| "batchPath": "batch", |
| "parameters": { |
| "alt": { |
| "type": "string", |
| "description": "Data format for the response.", |
| "default": "json", |
| "enum": [ |
| "json" |
| ], |
| "enumDescriptions": [ |
| "Responses with Content-Type of application/json" |
| ], |
| "location": "query" |
| }, |
| "fields": { |
| "type": "string", |
| "description": "Selector specifying which fields to include in a partial response.", |
| "location": "query" |
| }, |
| "key": { |
| "type": "string", |
| "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
| "location": "query" |
| }, |
| "oauth_token": { |
| "type": "string", |
| "description": "OAuth 2.0 token for the current user.", |
| "location": "query" |
| }, |
| "prettyPrint": { |
| "type": "boolean", |
| "description": "Returns response with indentations and line breaks.", |
| "default": "true", |
| "location": "query" |
| }, |
| "quotaUser": { |
| "type": "string", |
| "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.", |
| "location": "query" |
| }, |
| "userIp": { |
| "type": "string", |
| "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.", |
| "location": "query" |
| } |
| }, |
| "auth": { |
| "oauth2": { |
| "scopes": { |
| "https://www.googleapis.com/auth/adexchange.buyer": { |
| "description": "Manage your Ad Exchange buyer account configuration" |
| } |
| } |
| } |
| }, |
| "schemas": { |
| "Creative": { |
| "id": "Creative", |
| "type": "object", |
| "description": "A creative and its classification data.", |
| "properties": { |
| "advertiserId": { |
| "type": "array", |
| "description": "Detected advertiser id, if any. Read-only. This field should not be set in requests.", |
| "items": { |
| "type": "string", |
| "format": "int64" |
| } |
| } |
| } |
| } |
| } |
| } |