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

Side by Side Diff: discovery/googleapis/doubleclicksearch__v2.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months 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
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/doubleclicksearch": { 5 "https://www.googleapis.com/auth/doubleclicksearch": {
6 "description": "View and manage your advertising data in Dou bleClick Search" 6 "description": "View and manage your advertising data in Dou bleClick Search"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/doubleclicksearch/v2/", 11 "basePath": "/doubleclicksearch/v2/",
12 "baseUrl": "https://www.googleapis.com/doubleclicksearch/v2/", 12 "baseUrl": "https://www.googleapis.com/doubleclicksearch/v2/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "description": "Report and modify your advertising data in DoubleClick Searc h (for example, campaigns, ad groups, keywords, and conversions).", 14 "description": "Report and modify your advertising data in DoubleClick Searc h (for example, campaigns, ad groups, keywords, and conversions).",
15 "discoveryVersion": "v1", 15 "discoveryVersion": "v1",
16 "documentationLink": "https://developers.google.com/doubleclick-search/", 16 "documentationLink": "https://developers.google.com/doubleclick-search/",
17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/cxvPCR_xcZiPo49FRoYXODxx8IM\"", 17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Y1wjJXqKq4tUGkkWO6BLXXmKWiI\"",
18 "icons": { 18 "icons": {
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
21 }, 21 },
22 "id": "doubleclicksearch:v2", 22 "id": "doubleclicksearch:v2",
23 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
24 "name": "doubleclicksearch", 24 "name": "doubleclicksearch",
25 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
26 "ownerName": "Google", 26 "ownerName": "Google",
27 "parameters": { 27 "parameters": {
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 }, 339 },
340 "path": "reports/{reportId}", 340 "path": "reports/{reportId}",
341 "response": { 341 "response": {
342 "$ref": "Report" 342 "$ref": "Report"
343 }, 343 },
344 "scopes": [ 344 "scopes": [
345 "https://www.googleapis.com/auth/doubleclicksearch" 345 "https://www.googleapis.com/auth/doubleclicksearch"
346 ] 346 ]
347 }, 347 },
348 "getFile": { 348 "getFile": {
349 "description": "Downloads a report file.", 349 "description": "Downloads a report file encoded in UTF-8.",
350 "httpMethod": "GET", 350 "httpMethod": "GET",
351 "id": "doubleclicksearch.reports.getFile", 351 "id": "doubleclicksearch.reports.getFile",
352 "parameterOrder": [ 352 "parameterOrder": [
353 "reportId", 353 "reportId",
354 "reportFragment" 354 "reportFragment"
355 ], 355 ],
356 "parameters": { 356 "parameters": {
357 "reportFragment": { 357 "reportFragment": {
358 "description": "The index of the report fragment to download.", 358 "description": "The index of the report fragment to download.",
359 "format": "int32", 359 "format": "int32",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "response": { 423 "response": {
424 "$ref": "SavedColumnList" 424 "$ref": "SavedColumnList"
425 }, 425 },
426 "scopes": [ 426 "scopes": [
427 "https://www.googleapis.com/auth/doubleclicksearch" 427 "https://www.googleapis.com/auth/doubleclicksearch"
428 ] 428 ]
429 } 429 }
430 } 430 }
431 } 431 }
432 }, 432 },
433 "revision": "20141222", 433 "revision": "20150303",
434 "rootUrl": "https://www.googleapis.com/", 434 "rootUrl": "https://www.googleapis.com/",
435 "schemas": { 435 "schemas": {
436 "Availability": { 436 "Availability": {
437 "description": "A message containing availability data relevant to D oubleClick Search.", 437 "description": "A message containing availability data relevant to D oubleClick Search.",
438 "id": "Availability", 438 "id": "Availability",
439 "properties": { 439 "properties": {
440 "advertiserId": { 440 "advertiserId": {
441 "annotations": { 441 "annotations": {
442 "required": [ 442 "required": [
443 "doubleclicksearch.conversion.updateAvailability" 443 "doubleclicksearch.conversion.updateAvailability"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 "description": "DS advertiser ID.", 506 "description": "DS advertiser ID.",
507 "format": "int64", 507 "format": "int64",
508 "type": "string" 508 "type": "string"
509 }, 509 },
510 "agencyId": { 510 "agencyId": {
511 "description": "DS agency ID.", 511 "description": "DS agency ID.",
512 "format": "int64", 512 "format": "int64",
513 "type": "string" 513 "type": "string"
514 }, 514 },
515 "attributionModel": { 515 "attributionModel": {
516 "description": "Attribution model name.", 516 "description": "Attribution model name. This field is ignore d.",
517 "type": "string" 517 "type": "string"
518 }, 518 },
519 "campaignId": { 519 "campaignId": {
520 "description": "DS campaign ID.", 520 "description": "DS campaign ID.",
521 "format": "int64", 521 "format": "int64",
522 "type": "string" 522 "type": "string"
523 }, 523 },
524 "clickId": { 524 "clickId": {
525 "description": "DS click ID for the conversion.", 525 "description": "DS click ID for the conversion.",
526 "type": "string" 526 "type": "string"
(...skipping 16 matching lines...) Expand all
543 "annotations": { 543 "annotations": {
544 "required": [ 544 "required": [
545 "doubleclicksearch.conversion.insert" 545 "doubleclicksearch.conversion.insert"
546 ] 546 ]
547 }, 547 },
548 "description": "The time at which the conversion took place, in epoch millis UTC.", 548 "description": "The time at which the conversion took place, in epoch millis UTC.",
549 "format": "uint64", 549 "format": "uint64",
550 "type": "string" 550 "type": "string"
551 }, 551 },
552 "countMillis": { 552 "countMillis": {
553 "description": "Conversion count in millis.", 553 "description": "The number of conversions, formatted in mill is (conversions multiplied by 1000). This field is ignored.",
554 "format": "int64", 554 "format": "int64",
555 "type": "string" 555 "type": "string"
556 }, 556 },
557 "criterionId": { 557 "criterionId": {
558 "description": "DS criterion (keyword) ID.", 558 "description": "DS criterion (keyword) ID.",
559 "format": "int64", 559 "format": "int64",
560 "type": "string" 560 "type": "string"
561 }, 561 },
562 "currencyCode": { 562 "currencyCode": {
563 "description": "The currency code for the conversion's reven ue. Should be in ISO 4217 alphabetic (3-char) format.", 563 "description": "The currency code for the conversion's reven ue. Should be in ISO 4217 alphabetic (3-char) format.",
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 "type": "array" 1062 "type": "array"
1063 } 1063 }
1064 }, 1064 },
1065 "type": "object" 1065 "type": "object"
1066 } 1066 }
1067 }, 1067 },
1068 "servicePath": "doubleclicksearch/v2/", 1068 "servicePath": "doubleclicksearch/v2/",
1069 "title": "DoubleClick Search API", 1069 "title": "DoubleClick Search API",
1070 "version": "v2" 1070 "version": "v2"
1071 } 1071 }
OLDNEW
« no previous file with comments | « discovery/googleapis/doubleclickbidmanager__v1.json ('k') | discovery/googleapis/drive__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698