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

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

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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 | « discovery/googleapis/dns__v1.json ('k') | discovery/googleapis/doubleclicksearch__v2.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 "basePath": "/doubleclickbidmanager/v1/", 2 "basePath": "/doubleclickbidmanager/v1/",
3 "baseUrl": "https://www.googleapis.com/doubleclickbidmanager/v1/", 3 "baseUrl": "https://www.googleapis.com/doubleclickbidmanager/v1/",
4 "batchPath": "batch", 4 "batchPath": "batch",
5 "canonicalName": "DoubleClick Bid Manager", 5 "canonicalName": "DoubleClick Bid Manager",
6 "description": "API for viewing and managing your reports in DoubleClick Bid Manager.", 6 "description": "API for viewing and managing your reports in DoubleClick Bid Manager.",
7 "discoveryVersion": "v1", 7 "discoveryVersion": "v1",
8 "documentationLink": "https://developers.google.com/bid-manager/", 8 "documentationLink": "https://developers.google.com/bid-manager/",
9 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/APNHThgbF23N6qKTgbCZClI5UfQ\"", 9 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/HF5Y_4KNN3jjkTN_0xoqvh78Ux0\"",
10 "icons": { 10 "icons": {
11 "x16": "http://www.google.com/images/icons/product/search-16.gif", 11 "x16": "http://www.google.com/images/icons/product/search-16.gif",
12 "x32": "http://www.google.com/images/icons/product/search-32.gif" 12 "x32": "http://www.google.com/images/icons/product/search-32.gif"
13 }, 13 },
14 "id": "doubleclickbidmanager:v1", 14 "id": "doubleclickbidmanager:v1",
15 "kind": "discovery#restDescription", 15 "kind": "discovery#restDescription",
16 "labels": [ 16 "labels": [
17 "limited_availability" 17 "limited_availability"
18 ], 18 ],
19 "name": "doubleclickbidmanager", 19 "name": "doubleclickbidmanager",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "type": "string" 197 "type": "string"
198 } 198 }
199 }, 199 },
200 "path": "queries/{queryId}/reports", 200 "path": "queries/{queryId}/reports",
201 "response": { 201 "response": {
202 "$ref": "ListReportsResponse" 202 "$ref": "ListReportsResponse"
203 } 203 }
204 } 204 }
205 } 205 }
206 }, 206 },
207 "rubicon": { 207 "sdf": {
208 "methods": { 208 "methods": {
209 "notifyproposalchange": { 209 "download": {
210 "description": "Update proposal upon actions of Rubicon publ isher.", 210 "description": "Retrieves entities in SDF format.",
211 "httpMethod": "POST", 211 "httpMethod": "POST",
212 "id": "doubleclickbidmanager.rubicon.notifyproposalchange", 212 "id": "doubleclickbidmanager.sdf.download",
213 "path": "rubicon/notifyproposalchange", 213 "path": "sdf/download",
214 "request": { 214 "request": {
215 "$ref": "NotifyProposalChangeRequest" 215 "$ref": "DownloadRequest"
216 },
217 "response": {
218 "$ref": "DownloadResponse"
216 } 219 }
217 } 220 }
218 } 221 }
219 } 222 }
220 }, 223 },
221 "revision": "20160608", 224 "revision": "20161010",
222 "rootUrl": "https://www.googleapis.com/", 225 "rootUrl": "https://www.googleapis.com/",
223 "schemas": { 226 "schemas": {
224 "DownloadLineItemsRequest": { 227 "DownloadLineItemsRequest": {
225 "description": "Request to fetch stored line items.", 228 "description": "Request to fetch stored line items.",
226 "id": "DownloadLineItemsRequest", 229 "id": "DownloadLineItemsRequest",
227 "properties": { 230 "properties": {
228 "fileSpec": { 231 "fileSpec": {
229 "description": "File specification (column names, types, ord er) in which the line items will be returned. Default to EWF.", 232 "description": "File specification (column names, types, ord er) in which the line items will be returned. Default to EWF.",
230 "enum": [ 233 "enum": [
231 "EWF", 234 "EWF",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "description": "Download line items response.", 279 "description": "Download line items response.",
277 "id": "DownloadLineItemsResponse", 280 "id": "DownloadLineItemsResponse",
278 "properties": { 281 "properties": {
279 "lineItems": { 282 "lineItems": {
280 "description": "Retrieved line items in CSV format. Refer to Entity Write File Format or Structured Data File Format for more information on file formats.", 283 "description": "Retrieved line items in CSV format. Refer to Entity Write File Format or Structured Data File Format for more information on file formats.",
281 "type": "string" 284 "type": "string"
282 } 285 }
283 }, 286 },
284 "type": "object" 287 "type": "object"
285 }, 288 },
289 "DownloadRequest": {
290 "description": "Request to fetch stored insertion orders, line items , TrueView ad groups and ads.",
291 "id": "DownloadRequest",
292 "properties": {
293 "fileTypes": {
294 "description": "File types that will be returned.",
295 "items": {
296 "enum": [
297 "AD",
298 "AD_GROUP",
299 "INSERTION_ORDER",
300 "LINE_ITEM"
301 ],
302 "enumDescriptions": [
303 "",
304 "",
305 "",
306 ""
307 ],
308 "type": "string"
309 },
310 "type": "array"
311 },
312 "filterIds": {
313 "description": "The IDs of the specified filter type. This i s used to filter entities to fetch. At least one ID must be specified. Only one ID is allowed for the ADVERTISER_ID filter type. For INSERTION_ORDER_ID or LINE_ ITEM_ID filter types all IDs must be from the same Advertiser.",
314 "items": {
315 "format": "int64",
316 "type": "string"
317 },
318 "type": "array"
319 },
320 "filterType": {
321 "description": "Filter type used to filter line items to fet ch.",
322 "enum": [
323 "ADVERTISER_ID",
324 "INSERTION_ORDER_ID",
325 "LINE_ITEM_ID"
326 ],
327 "enumDescriptions": [
328 "",
329 "",
330 ""
331 ],
332 "type": "string"
333 },
334 "version": {
335 "description": "SDF Version (column names, types, order) in which the entities will be returned. Default to 3.",
336 "type": "string"
337 }
338 },
339 "type": "object"
340 },
341 "DownloadResponse": {
342 "description": "Download response.",
343 "id": "DownloadResponse",
344 "properties": {
345 "adGroups": {
346 "description": "Retrieved ad groups in SDF format.",
347 "type": "string"
348 },
349 "ads": {
350 "description": "Retrieved ads in SDF format.",
351 "type": "string"
352 },
353 "insertionOrders": {
354 "description": "Retrieved insertion orders in SDF format.",
355 "type": "string"
356 },
357 "lineItems": {
358 "description": "Retrieved line items in SDF format.",
359 "type": "string"
360 }
361 },
362 "type": "object"
363 },
286 "FilterPair": { 364 "FilterPair": {
287 "description": "Filter used to match traffic data in your report.", 365 "description": "Filter used to match traffic data in your report.",
288 "id": "FilterPair", 366 "id": "FilterPair",
289 "properties": { 367 "properties": {
290 "type": { 368 "type": {
291 "description": "Filter type.", 369 "description": "Filter type.",
292 "enum": [ 370 "enum": [
293 "FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY", 371 "FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY",
294 "FILTER_ACTIVITY_ID", 372 "FILTER_ACTIVITY_ID",
295 "FILTER_ADVERTISER", 373 "FILTER_ADVERTISER",
(...skipping 24 matching lines...) Expand all
320 "FILTER_GENDER", 398 "FILTER_GENDER",
321 "FILTER_INSERTION_ORDER", 399 "FILTER_INSERTION_ORDER",
322 "FILTER_INVENTORY_FORMAT", 400 "FILTER_INVENTORY_FORMAT",
323 "FILTER_INVENTORY_SOURCE", 401 "FILTER_INVENTORY_SOURCE",
324 "FILTER_INVENTORY_SOURCE_TYPE", 402 "FILTER_INVENTORY_SOURCE_TYPE",
325 "FILTER_KEYWORD", 403 "FILTER_KEYWORD",
326 "FILTER_LINE_ITEM", 404 "FILTER_LINE_ITEM",
327 "FILTER_LINE_ITEM_DAILY_FREQUENCY", 405 "FILTER_LINE_ITEM_DAILY_FREQUENCY",
328 "FILTER_LINE_ITEM_LIFETIME_FREQUENCY", 406 "FILTER_LINE_ITEM_LIFETIME_FREQUENCY",
329 "FILTER_LINE_ITEM_TYPE", 407 "FILTER_LINE_ITEM_TYPE",
408 "FILTER_MEDIA_PLAN",
330 "FILTER_MOBILE_DEVICE_MAKE", 409 "FILTER_MOBILE_DEVICE_MAKE",
331 "FILTER_MOBILE_DEVICE_MAKE_MODEL", 410 "FILTER_MOBILE_DEVICE_MAKE_MODEL",
332 "FILTER_MOBILE_DEVICE_TYPE", 411 "FILTER_MOBILE_DEVICE_TYPE",
333 "FILTER_MOBILE_GEO", 412 "FILTER_MOBILE_GEO",
334 "FILTER_MONTH", 413 "FILTER_MONTH",
335 "FILTER_MRAID_SUPPORT", 414 "FILTER_MRAID_SUPPORT",
336 "FILTER_NIELSEN_AGE", 415 "FILTER_NIELSEN_AGE",
337 "FILTER_NIELSEN_COUNTRY_CODE", 416 "FILTER_NIELSEN_COUNTRY_CODE",
338 "FILTER_NIELSEN_DEVICE_ID", 417 "FILTER_NIELSEN_DEVICE_ID",
339 "FILTER_NIELSEN_GENDER", 418 "FILTER_NIELSEN_GENDER",
419 "FILTER_NOT_SUPPORTED",
340 "FILTER_ORDER_ID", 420 "FILTER_ORDER_ID",
341 "FILTER_OS", 421 "FILTER_OS",
342 "FILTER_PAGE_CATEGORY", 422 "FILTER_PAGE_CATEGORY",
343 "FILTER_PAGE_LAYOUT", 423 "FILTER_PAGE_LAYOUT",
344 "FILTER_PARTNER", 424 "FILTER_PARTNER",
345 "FILTER_PARTNER_CURRENCY", 425 "FILTER_PARTNER_CURRENCY",
346 "FILTER_PUBLIC_INVENTORY", 426 "FILTER_PUBLIC_INVENTORY",
347 "FILTER_QUARTER", 427 "FILTER_QUARTER",
348 "FILTER_REGION", 428 "FILTER_REGION",
349 "FILTER_REGULAR_CHANNEL_ID", 429 "FILTER_REGULAR_CHANNEL_ID",
(...skipping 15 matching lines...) Expand all
365 "FILTER_TRUEVIEW_IAR_CATEGORY", 445 "FILTER_TRUEVIEW_IAR_CATEGORY",
366 "FILTER_TRUEVIEW_IAR_CITY", 446 "FILTER_TRUEVIEW_IAR_CITY",
367 "FILTER_TRUEVIEW_IAR_COUNTRY", 447 "FILTER_TRUEVIEW_IAR_COUNTRY",
368 "FILTER_TRUEVIEW_IAR_GENDER", 448 "FILTER_TRUEVIEW_IAR_GENDER",
369 "FILTER_TRUEVIEW_IAR_INTEREST", 449 "FILTER_TRUEVIEW_IAR_INTEREST",
370 "FILTER_TRUEVIEW_IAR_LANGUAGE", 450 "FILTER_TRUEVIEW_IAR_LANGUAGE",
371 "FILTER_TRUEVIEW_IAR_PARENTAL_STATUS", 451 "FILTER_TRUEVIEW_IAR_PARENTAL_STATUS",
372 "FILTER_TRUEVIEW_IAR_REGION", 452 "FILTER_TRUEVIEW_IAR_REGION",
373 "FILTER_TRUEVIEW_IAR_REMARKETING_LIST", 453 "FILTER_TRUEVIEW_IAR_REMARKETING_LIST",
374 "FILTER_TRUEVIEW_IAR_TIME_OF_DAY", 454 "FILTER_TRUEVIEW_IAR_TIME_OF_DAY",
455 "FILTER_TRUEVIEW_IAR_YOUTUBE_CHANNEL",
456 "FILTER_TRUEVIEW_IAR_YOUTUBE_VIDEO",
375 "FILTER_TRUEVIEW_IAR_ZIPCODE", 457 "FILTER_TRUEVIEW_IAR_ZIPCODE",
376 "FILTER_TRUEVIEW_INTEREST", 458 "FILTER_TRUEVIEW_INTEREST",
377 "FILTER_TRUEVIEW_KEYWORD", 459 "FILTER_TRUEVIEW_KEYWORD",
378 "FILTER_TRUEVIEW_PARENTAL_STATUS", 460 "FILTER_TRUEVIEW_PARENTAL_STATUS",
379 "FILTER_TRUEVIEW_PLACEMENT", 461 "FILTER_TRUEVIEW_PLACEMENT",
380 "FILTER_TRUEVIEW_REGION", 462 "FILTER_TRUEVIEW_REGION",
381 "FILTER_TRUEVIEW_REMARKETING_LIST", 463 "FILTER_TRUEVIEW_REMARKETING_LIST",
382 "FILTER_TRUEVIEW_URL", 464 "FILTER_TRUEVIEW_URL",
383 "FILTER_TRUEVIEW_ZIPCODE", 465 "FILTER_TRUEVIEW_ZIPCODE",
384 "FILTER_UNKNOWN", 466 "FILTER_UNKNOWN",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 "", 588 "",
507 "", 589 "",
508 "", 590 "",
509 "", 591 "",
510 "", 592 "",
511 "", 593 "",
512 "", 594 "",
513 "", 595 "",
514 "", 596 "",
515 "", 597 "",
598 "",
599 "",
600 "",
601 "",
516 "" 602 ""
517 ], 603 ],
518 "type": "string" 604 "type": "string"
519 }, 605 },
520 "value": { 606 "value": {
521 "description": "Filter value.", 607 "description": "Filter value.",
522 "type": "string" 608 "type": "string"
523 } 609 }
524 }, 610 },
525 "type": "object" 611 "type": "object"
(...skipping 29 matching lines...) Expand all
555 "reports": { 641 "reports": {
556 "description": "Retrieved reports.", 642 "description": "Retrieved reports.",
557 "items": { 643 "items": {
558 "$ref": "Report" 644 "$ref": "Report"
559 }, 645 },
560 "type": "array" 646 "type": "array"
561 } 647 }
562 }, 648 },
563 "type": "object" 649 "type": "object"
564 }, 650 },
565 "Note": {
566 "description": "Publisher comment from Rubicon.",
567 "id": "Note",
568 "properties": {
569 "id": {
570 "description": "Note id.",
571 "format": "int64",
572 "type": "string"
573 },
574 "message": {
575 "description": "Message from publisher.",
576 "type": "string"
577 },
578 "source": {
579 "description": "Equals \"publisher\" for notification from R ubicon.",
580 "type": "string"
581 },
582 "timestamp": {
583 "description": "Time when the note was added, e.g. \"2015-12 -16T17:25:35.000-08:00\".",
584 "type": "string"
585 },
586 "username": {
587 "description": "Publisher user name.",
588 "type": "string"
589 }
590 },
591 "type": "object"
592 },
593 "NotifyProposalChangeRequest": {
594 "description": "NotifyProposalChange request.",
595 "id": "NotifyProposalChangeRequest",
596 "properties": {
597 "action": {
598 "description": "Action taken by publisher. One of: Accept, D ecline, Append",
599 "type": "string"
600 },
601 "href": {
602 "description": "URL to access proposal detail.",
603 "type": "string"
604 },
605 "id": {
606 "description": "Below are contents of notification from Rubi con. Proposal id.",
607 "format": "int64",
608 "type": "string"
609 },
610 "notes": {
611 "description": "Notes from publisher",
612 "items": {
613 "$ref": "Note"
614 },
615 "type": "array"
616 },
617 "token": {
618 "description": "Deal token, available when proposal is accep ted by publisher.",
619 "type": "string"
620 }
621 },
622 "type": "object"
623 },
624 "Parameters": { 651 "Parameters": {
625 "description": "Parameters of a query or report.", 652 "description": "Parameters of a query or report.",
626 "id": "Parameters", 653 "id": "Parameters",
627 "properties": { 654 "properties": {
628 "filters": { 655 "filters": {
629 "description": "Filters used to match traffic data in your r eport.", 656 "description": "Filters used to match traffic data in your r eport.",
630 "items": { 657 "items": {
631 "$ref": "FilterPair" 658 "$ref": "FilterPair"
632 }, 659 },
633 "type": "array" 660 "type": "array"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "FILTER_GENDER", 693 "FILTER_GENDER",
667 "FILTER_INSERTION_ORDER", 694 "FILTER_INSERTION_ORDER",
668 "FILTER_INVENTORY_FORMAT", 695 "FILTER_INVENTORY_FORMAT",
669 "FILTER_INVENTORY_SOURCE", 696 "FILTER_INVENTORY_SOURCE",
670 "FILTER_INVENTORY_SOURCE_TYPE", 697 "FILTER_INVENTORY_SOURCE_TYPE",
671 "FILTER_KEYWORD", 698 "FILTER_KEYWORD",
672 "FILTER_LINE_ITEM", 699 "FILTER_LINE_ITEM",
673 "FILTER_LINE_ITEM_DAILY_FREQUENCY", 700 "FILTER_LINE_ITEM_DAILY_FREQUENCY",
674 "FILTER_LINE_ITEM_LIFETIME_FREQUENCY", 701 "FILTER_LINE_ITEM_LIFETIME_FREQUENCY",
675 "FILTER_LINE_ITEM_TYPE", 702 "FILTER_LINE_ITEM_TYPE",
703 "FILTER_MEDIA_PLAN",
676 "FILTER_MOBILE_DEVICE_MAKE", 704 "FILTER_MOBILE_DEVICE_MAKE",
677 "FILTER_MOBILE_DEVICE_MAKE_MODEL", 705 "FILTER_MOBILE_DEVICE_MAKE_MODEL",
678 "FILTER_MOBILE_DEVICE_TYPE", 706 "FILTER_MOBILE_DEVICE_TYPE",
679 "FILTER_MOBILE_GEO", 707 "FILTER_MOBILE_GEO",
680 "FILTER_MONTH", 708 "FILTER_MONTH",
681 "FILTER_MRAID_SUPPORT", 709 "FILTER_MRAID_SUPPORT",
682 "FILTER_NIELSEN_AGE", 710 "FILTER_NIELSEN_AGE",
683 "FILTER_NIELSEN_COUNTRY_CODE", 711 "FILTER_NIELSEN_COUNTRY_CODE",
684 "FILTER_NIELSEN_DEVICE_ID", 712 "FILTER_NIELSEN_DEVICE_ID",
685 "FILTER_NIELSEN_GENDER", 713 "FILTER_NIELSEN_GENDER",
714 "FILTER_NOT_SUPPORTED",
686 "FILTER_ORDER_ID", 715 "FILTER_ORDER_ID",
687 "FILTER_OS", 716 "FILTER_OS",
688 "FILTER_PAGE_CATEGORY", 717 "FILTER_PAGE_CATEGORY",
689 "FILTER_PAGE_LAYOUT", 718 "FILTER_PAGE_LAYOUT",
690 "FILTER_PARTNER", 719 "FILTER_PARTNER",
691 "FILTER_PARTNER_CURRENCY", 720 "FILTER_PARTNER_CURRENCY",
692 "FILTER_PUBLIC_INVENTORY", 721 "FILTER_PUBLIC_INVENTORY",
693 "FILTER_QUARTER", 722 "FILTER_QUARTER",
694 "FILTER_REGION", 723 "FILTER_REGION",
695 "FILTER_REGULAR_CHANNEL_ID", 724 "FILTER_REGULAR_CHANNEL_ID",
(...skipping 15 matching lines...) Expand all
711 "FILTER_TRUEVIEW_IAR_CATEGORY", 740 "FILTER_TRUEVIEW_IAR_CATEGORY",
712 "FILTER_TRUEVIEW_IAR_CITY", 741 "FILTER_TRUEVIEW_IAR_CITY",
713 "FILTER_TRUEVIEW_IAR_COUNTRY", 742 "FILTER_TRUEVIEW_IAR_COUNTRY",
714 "FILTER_TRUEVIEW_IAR_GENDER", 743 "FILTER_TRUEVIEW_IAR_GENDER",
715 "FILTER_TRUEVIEW_IAR_INTEREST", 744 "FILTER_TRUEVIEW_IAR_INTEREST",
716 "FILTER_TRUEVIEW_IAR_LANGUAGE", 745 "FILTER_TRUEVIEW_IAR_LANGUAGE",
717 "FILTER_TRUEVIEW_IAR_PARENTAL_STATUS", 746 "FILTER_TRUEVIEW_IAR_PARENTAL_STATUS",
718 "FILTER_TRUEVIEW_IAR_REGION", 747 "FILTER_TRUEVIEW_IAR_REGION",
719 "FILTER_TRUEVIEW_IAR_REMARKETING_LIST", 748 "FILTER_TRUEVIEW_IAR_REMARKETING_LIST",
720 "FILTER_TRUEVIEW_IAR_TIME_OF_DAY", 749 "FILTER_TRUEVIEW_IAR_TIME_OF_DAY",
750 "FILTER_TRUEVIEW_IAR_YOUTUBE_CHANNEL",
751 "FILTER_TRUEVIEW_IAR_YOUTUBE_VIDEO",
721 "FILTER_TRUEVIEW_IAR_ZIPCODE", 752 "FILTER_TRUEVIEW_IAR_ZIPCODE",
722 "FILTER_TRUEVIEW_INTEREST", 753 "FILTER_TRUEVIEW_INTEREST",
723 "FILTER_TRUEVIEW_KEYWORD", 754 "FILTER_TRUEVIEW_KEYWORD",
724 "FILTER_TRUEVIEW_PARENTAL_STATUS", 755 "FILTER_TRUEVIEW_PARENTAL_STATUS",
725 "FILTER_TRUEVIEW_PLACEMENT", 756 "FILTER_TRUEVIEW_PLACEMENT",
726 "FILTER_TRUEVIEW_REGION", 757 "FILTER_TRUEVIEW_REGION",
727 "FILTER_TRUEVIEW_REMARKETING_LIST", 758 "FILTER_TRUEVIEW_REMARKETING_LIST",
728 "FILTER_TRUEVIEW_URL", 759 "FILTER_TRUEVIEW_URL",
729 "FILTER_TRUEVIEW_ZIPCODE", 760 "FILTER_TRUEVIEW_ZIPCODE",
730 "FILTER_UNKNOWN", 761 "FILTER_UNKNOWN",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "", 883 "",
853 "", 884 "",
854 "", 885 "",
855 "", 886 "",
856 "", 887 "",
857 "", 888 "",
858 "", 889 "",
859 "", 890 "",
860 "", 891 "",
861 "", 892 "",
893 "",
894 "",
895 "",
896 "",
862 "" 897 ""
863 ], 898 ],
864 "type": "string" 899 "type": "string"
865 }, 900 },
866 "type": "array" 901 "type": "array"
867 }, 902 },
868 "includeInviteData": { 903 "includeInviteData": {
869 "description": "Whether to include data from Invite Media.", 904 "description": "Whether to include data from Invite Media.",
870 "type": "boolean" 905 "type": "boolean"
871 }, 906 },
872 "metrics": { 907 "metrics": {
873 "description": "Metrics to include as columns in your report .", 908 "description": "Metrics to include as columns in your report .",
874 "items": { 909 "items": {
875 "enum": [ 910 "enum": [
911 "METRIC_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
912 "METRIC_ACTIVE_VIEW_DISTRIBUTION_UNMEASURABLE",
913 "METRIC_ACTIVE_VIEW_DISTRIBUTION_UNVIEWABLE",
914 "METRIC_ACTIVE_VIEW_DISTRIBUTION_VIEWABLE",
915 "METRIC_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
916 "METRIC_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
917 "METRIC_ACTIVE_VIEW_PCT_MEASURABLE_IMPRESSIONS",
918 "METRIC_ACTIVE_VIEW_PCT_VIEWABLE_IMPRESSIONS",
919 "METRIC_ACTIVE_VIEW_UNMEASURABLE_IMPRESSIONS",
920 "METRIC_ACTIVE_VIEW_UNVIEWABLE_IMPRESSIONS",
921 "METRIC_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
876 "METRIC_BID_REQUESTS", 922 "METRIC_BID_REQUESTS",
877 "METRIC_BILLABLE_COST_ADVERTISER", 923 "METRIC_BILLABLE_COST_ADVERTISER",
878 "METRIC_BILLABLE_COST_PARTNER", 924 "METRIC_BILLABLE_COST_PARTNER",
879 "METRIC_BILLABLE_COST_USD", 925 "METRIC_BILLABLE_COST_USD",
880 "METRIC_CLICKS", 926 "METRIC_CLICKS",
881 "METRIC_CLICK_TO_POST_CLICK_CONVERSION_RATE", 927 "METRIC_CLICK_TO_POST_CLICK_CONVERSION_RATE",
882 "METRIC_COMSCORE_VCE_AUDIENCE_AVG_FREQUENCY", 928 "METRIC_COMSCORE_VCE_AUDIENCE_AVG_FREQUENCY",
883 "METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS", 929 "METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS",
884 "METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS_SHARE", 930 "METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS_SHARE",
885 "METRIC_COMSCORE_VCE_AUDIENCE_REACH_PCT", 931 "METRIC_COMSCORE_VCE_AUDIENCE_REACH_PCT",
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 "", 1469 "",
1424 "", 1470 "",
1425 "", 1471 "",
1426 "", 1472 "",
1427 "", 1473 "",
1428 "", 1474 "",
1429 "", 1475 "",
1430 "", 1476 "",
1431 "", 1477 "",
1432 "", 1478 "",
1479 "",
1480 "",
1481 "",
1482 "",
1483 "",
1484 "",
1485 "",
1486 "",
1487 "",
1488 "",
1489 "",
1433 "" 1490 ""
1434 ], 1491 ],
1435 "type": "string" 1492 "type": "string"
1436 }, 1493 },
1437 "type": "array" 1494 "type": "array"
1438 }, 1495 },
1439 "type": { 1496 "type": {
1440 "description": "Report type.", 1497 "description": "Report type.",
1441 "enum": [ 1498 "enum": [
1442 "TYPE_ACTIVE_GRP", 1499 "TYPE_ACTIVE_GRP",
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
2013 "type": "array" 2070 "type": "array"
2014 } 2071 }
2015 }, 2072 },
2016 "type": "object" 2073 "type": "object"
2017 } 2074 }
2018 }, 2075 },
2019 "servicePath": "doubleclickbidmanager/v1/", 2076 "servicePath": "doubleclickbidmanager/v1/",
2020 "title": "DoubleClick Bid Manager API", 2077 "title": "DoubleClick Bid Manager API",
2021 "version": "v1" 2078 "version": "v1"
2022 } 2079 }
OLDNEW
« no previous file with comments | « discovery/googleapis/dns__v1.json ('k') | discovery/googleapis/doubleclicksearch__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698