OLD | NEW |
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": "Reports and modifies your advertising data in DoubleClick Se
arch (for example, campaigns, ad groups, keywords, and conversions).", | 14 "description": "Reports and modifies your advertising data in DoubleClick Se
arch (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": "\"tbys6C40o18GZwyMen5GMkdK-3s/ND6SxQcJEfSd-r_p8Ri-SWxlDD0\"", | 17 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/moKwEsFuKXY57BghNYmOvjYDG_c\"", |
18 "icons": { | 18 "icons": { |
19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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": "20170110", | 433 "revision": "20170207", |
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 "clickId": { | 528 "clickId": { |
529 "description": "DS click ID for the conversion.", | 529 "description": "DS click ID for the conversion.", |
530 "type": "string" | 530 "type": "string" |
531 }, | 531 }, |
532 "conversionId": { | 532 "conversionId": { |
533 "annotations": { | 533 "annotations": { |
534 "required": [ | 534 "required": [ |
535 "doubleclicksearch.conversion.insert" | 535 "doubleclicksearch.conversion.insert" |
536 ] | 536 ] |
537 }, | 537 }, |
538 "description": "For offline conversions, this is an ID that
advertisers are required to provide. Advertisers can specify any ID that is mean
ingful to them. For online conversions, DS copies the dsConversionId or floodlig
htOrderId into this property depending on the advertiser's Floodlight instructio
ns.", | 538 "description": "For offline conversions, advertisers provide
this ID. Advertisers can specify any ID that is meaningful to them. Each conver
sion in a request must specify a unique ID, and the combination of ID and timest
amp must be unique amongst all conversions within the advertiser.\nFor online co
nversions, DS copies the dsConversionId or floodlightOrderId into this property
depending on the advertiser's Floodlight instructions.", |
539 "type": "string" | 539 "type": "string" |
540 }, | 540 }, |
541 "conversionModifiedTimestamp": { | 541 "conversionModifiedTimestamp": { |
542 "description": "The time at which the conversion was last mo
dified, in epoch millis UTC.", | 542 "description": "The time at which the conversion was last mo
dified, in epoch millis UTC.", |
543 "format": "uint64", | 543 "format": "uint64", |
544 "type": "string" | 544 "type": "string" |
545 }, | 545 }, |
546 "conversionTimestamp": { | 546 "conversionTimestamp": { |
547 "annotations": { | 547 "annotations": { |
548 "required": [ | 548 "required": [ |
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1100 "type": "array" | 1100 "type": "array" |
1101 } | 1101 } |
1102 }, | 1102 }, |
1103 "type": "object" | 1103 "type": "object" |
1104 } | 1104 } |
1105 }, | 1105 }, |
1106 "servicePath": "doubleclicksearch/v2/", | 1106 "servicePath": "doubleclicksearch/v2/", |
1107 "title": "DoubleClick Search API", | 1107 "title": "DoubleClick Search API", |
1108 "version": "v2" | 1108 "version": "v2" |
1109 } | 1109 } |
OLD | NEW |