Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: discovery/googleapis/adexchangebuyer__v1.3.json

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/admin__directory_v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/adexchange.buyer": { 5 "https://www.googleapis.com/auth/adexchange.buyer": {
6 "description": "Manage your Ad Exchange buyer account config uration" 6 "description": "Manage your Ad Exchange buyer account config uration"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/adexchangebuyer/v1.3/", 11 "basePath": "/adexchangebuyer/v1.3/",
12 "baseUrl": "https://www.googleapis.com/adexchangebuyer/v1.3/", 12 "baseUrl": "https://www.googleapis.com/adexchangebuyer/v1.3/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Ad Exchange Buyer", 14 "canonicalName": "Ad Exchange Buyer",
15 "description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports .", 15 "description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports .",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest", 17 "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
18 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/C3mhoy7cA_Im1BTsfmai3rrE394\"", 18 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/TNq58uhDuCyuU5JtNXwx-a0s4AI\"",
19 "icons": { 19 "icons": {
20 "x16": "https://www.google.com/images/icons/product/doubleclick-16.gif", 20 "x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
21 "x32": "https://www.google.com/images/icons/product/doubleclick-32.gif" 21 "x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
22 }, 22 },
23 "id": "adexchangebuyer:v1.3", 23 "id": "adexchangebuyer:v1.3",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "adexchangebuyer", 25 "name": "adexchangebuyer",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "path": "billinginfo", 199 "path": "billinginfo",
200 "response": { 200 "response": {
201 "$ref": "BillingInfoList" 201 "$ref": "BillingInfoList"
202 }, 202 },
203 "scopes": [ 203 "scopes": [
204 "https://www.googleapis.com/auth/adexchange.buyer" 204 "https://www.googleapis.com/auth/adexchange.buyer"
205 ] 205 ]
206 } 206 }
207 } 207 }
208 }, 208 },
209 "budget": {
210 "methods": {
211 "get": {
212 "description": "Returns the budget information for the adgro up specified by the accountId and billingId.",
213 "httpMethod": "GET",
214 "id": "adexchangebuyer.budget.get",
215 "parameterOrder": [
216 "accountId",
217 "billingId"
218 ],
219 "parameters": {
220 "accountId": {
221 "description": "The account id to get the budget inf ormation for.",
222 "format": "int64",
223 "location": "path",
224 "required": true,
225 "type": "string"
226 },
227 "billingId": {
228 "description": "The billing id to get the budget inf ormation for.",
229 "format": "int64",
230 "location": "path",
231 "required": true,
232 "type": "string"
233 }
234 },
235 "path": "billinginfo/{accountId}/{billingId}",
236 "response": {
237 "$ref": "Budget"
238 },
239 "scopes": [
240 "https://www.googleapis.com/auth/adexchange.buyer"
241 ]
242 },
243 "patch": {
244 "description": "Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request. This method supports patch semantics.",
245 "httpMethod": "PATCH",
246 "id": "adexchangebuyer.budget.patch",
247 "parameterOrder": [
248 "accountId",
249 "billingId"
250 ],
251 "parameters": {
252 "accountId": {
253 "description": "The account id associated with the b udget being updated.",
254 "format": "int64",
255 "location": "path",
256 "required": true,
257 "type": "string"
258 },
259 "billingId": {
260 "description": "The billing id associated with the b udget being updated.",
261 "format": "int64",
262 "location": "path",
263 "required": true,
264 "type": "string"
265 }
266 },
267 "path": "billinginfo/{accountId}/{billingId}",
268 "request": {
269 "$ref": "Budget"
270 },
271 "response": {
272 "$ref": "Budget"
273 },
274 "scopes": [
275 "https://www.googleapis.com/auth/adexchange.buyer"
276 ]
277 },
278 "update": {
279 "description": "Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.",
280 "httpMethod": "PUT",
281 "id": "adexchangebuyer.budget.update",
282 "parameterOrder": [
283 "accountId",
284 "billingId"
285 ],
286 "parameters": {
287 "accountId": {
288 "description": "The account id associated with the b udget being updated.",
289 "format": "int64",
290 "location": "path",
291 "required": true,
292 "type": "string"
293 },
294 "billingId": {
295 "description": "The billing id associated with the b udget being updated.",
296 "format": "int64",
297 "location": "path",
298 "required": true,
299 "type": "string"
300 }
301 },
302 "path": "billinginfo/{accountId}/{billingId}",
303 "request": {
304 "$ref": "Budget"
305 },
306 "response": {
307 "$ref": "Budget"
308 },
309 "scopes": [
310 "https://www.googleapis.com/auth/adexchange.buyer"
311 ]
312 }
313 }
314 },
209 "creatives": { 315 "creatives": {
210 "methods": { 316 "methods": {
211 "get": { 317 "get": {
212 "description": "Gets the status for a single creative. A cre ative will be available 30-40 minutes after submission.", 318 "description": "Gets the status for a single creative. A cre ative will be available 30-40 minutes after submission.",
213 "httpMethod": "GET", 319 "httpMethod": "GET",
214 "id": "adexchangebuyer.creatives.get", 320 "id": "adexchangebuyer.creatives.get",
215 "parameterOrder": [ 321 "parameterOrder": [
216 "accountId", 322 "accountId",
217 "buyerCreativeId" 323 "buyerCreativeId"
218 ], 324 ],
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "response": { 692 "response": {
587 "$ref": "PretargetingConfig" 693 "$ref": "PretargetingConfig"
588 }, 694 },
589 "scopes": [ 695 "scopes": [
590 "https://www.googleapis.com/auth/adexchange.buyer" 696 "https://www.googleapis.com/auth/adexchange.buyer"
591 ] 697 ]
592 } 698 }
593 } 699 }
594 } 700 }
595 }, 701 },
596 "revision": "20141113", 702 "revision": "20141123",
597 "rootUrl": "https://www.googleapis.com/", 703 "rootUrl": "https://www.googleapis.com/",
598 "schemas": { 704 "schemas": {
599 "Account": { 705 "Account": {
600 "description": "Configuration data for an Ad Exchange buyer account. ", 706 "description": "Configuration data for an Ad Exchange buyer account. ",
601 "id": "Account", 707 "id": "Account",
602 "properties": { 708 "properties": {
603 "bidderLocation": { 709 "bidderLocation": {
604 "description": "Your bidder locations that have distinct URL s.", 710 "description": "Your bidder locations that have distinct URL s.",
605 "items": { 711 "items": {
606 "properties": { 712 "properties": {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 "type": "array" 823 "type": "array"
718 }, 824 },
719 "kind": { 825 "kind": {
720 "default": "adexchangebuyer#billingInfoList", 826 "default": "adexchangebuyer#billingInfoList",
721 "description": "Resource type.", 827 "description": "Resource type.",
722 "type": "string" 828 "type": "string"
723 } 829 }
724 }, 830 },
725 "type": "object" 831 "type": "object"
726 }, 832 },
833 "Budget": {
834 "description": "The configuration data for Ad Exchange RTB - Budget API.",
835 "id": "Budget",
836 "properties": {
837 "accountId": {
838 "description": "The id of the account. This is required for get and update requests.",
839 "format": "int64",
840 "type": "string"
841 },
842 "billingId": {
843 "description": "The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.",
844 "format": "int64",
845 "type": "string"
846 },
847 "budgetAmount": {
848 "description": "The budget amount to apply for the billingId provided. This is required for update requests.",
849 "format": "int64",
850 "type": "string"
851 },
852 "currencyCode": {
853 "description": "The currency code for the buyer. This cannot be altered here.",
854 "type": "string"
855 },
856 "id": {
857 "description": "The unique id that describes this item.",
858 "type": "string"
859 },
860 "kind": {
861 "default": "adexchangebuyer#budget",
862 "description": "The kind of the resource, i.e. \"adexchangeb uyer#budget\".",
863 "type": "string"
864 }
865 },
866 "type": "object"
867 },
727 "Creative": { 868 "Creative": {
728 "description": "A creative and its classification data.", 869 "description": "A creative and its classification data.",
729 "id": "Creative", 870 "id": "Creative",
730 "properties": { 871 "properties": {
731 "HTMLSnippet": { 872 "HTMLSnippet": {
732 "description": "The HTML snippet that displays the ad when i nserted in the web page. If set, videoURL should not be set.", 873 "description": "The HTML snippet that displays the ad when i nserted in the web page. If set, videoURL should not be set.",
733 "type": "string" 874 "type": "string"
734 }, 875 },
735 "accountId": { 876 "accountId": {
736 "annotations": { 877 "annotations": {
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 "type": "string" 1503 "type": "string"
1363 } 1504 }
1364 }, 1505 },
1365 "type": "object" 1506 "type": "object"
1366 } 1507 }
1367 }, 1508 },
1368 "servicePath": "adexchangebuyer/v1.3/", 1509 "servicePath": "adexchangebuyer/v1.3/",
1369 "title": "Ad Exchange Buyer API", 1510 "title": "Ad Exchange Buyer API",
1370 "version": "v1.3" 1511 "version": "v1.3"
1371 } 1512 }
OLDNEW
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/admin__directory_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698