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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/dns__v1.json ('k') | discovery/googleapis/doubleclicksearch__v2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/doubleclickbidmanager__v1.json
diff --git a/discovery/googleapis/doubleclickbidmanager__v1.json b/discovery/googleapis/doubleclickbidmanager__v1.json
index 7f0c4e0f03fd6abd232f2c1296aa6b564953f6fa..c66a09cb49bd6c64a52f05f5056a054ecd6eca1e 100644
--- a/discovery/googleapis/doubleclickbidmanager__v1.json
+++ b/discovery/googleapis/doubleclickbidmanager__v1.json
@@ -6,7 +6,7 @@
"description": "API for viewing and managing your reports in DoubleClick Bid Manager.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/bid-manager/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/APNHThgbF23N6qKTgbCZClI5UfQ\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/HF5Y_4KNN3jjkTN_0xoqvh78Ux0\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -204,21 +204,24 @@
}
}
},
- "rubicon": {
+ "sdf": {
"methods": {
- "notifyproposalchange": {
- "description": "Update proposal upon actions of Rubicon publisher.",
+ "download": {
+ "description": "Retrieves entities in SDF format.",
"httpMethod": "POST",
- "id": "doubleclickbidmanager.rubicon.notifyproposalchange",
- "path": "rubicon/notifyproposalchange",
+ "id": "doubleclickbidmanager.sdf.download",
+ "path": "sdf/download",
"request": {
- "$ref": "NotifyProposalChangeRequest"
+ "$ref": "DownloadRequest"
+ },
+ "response": {
+ "$ref": "DownloadResponse"
}
}
}
}
},
- "revision": "20160608",
+ "revision": "20161010",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"DownloadLineItemsRequest": {
@@ -283,6 +286,81 @@
},
"type": "object"
},
+ "DownloadRequest": {
+ "description": "Request to fetch stored insertion orders, line items, TrueView ad groups and ads.",
+ "id": "DownloadRequest",
+ "properties": {
+ "fileTypes": {
+ "description": "File types that will be returned.",
+ "items": {
+ "enum": [
+ "AD",
+ "AD_GROUP",
+ "INSERTION_ORDER",
+ "LINE_ITEM"
+ ],
+ "enumDescriptions": [
+ "",
+ "",
+ "",
+ ""
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "filterIds": {
+ "description": "The IDs of the specified filter type. This is 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.",
+ "items": {
+ "format": "int64",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "filterType": {
+ "description": "Filter type used to filter line items to fetch.",
+ "enum": [
+ "ADVERTISER_ID",
+ "INSERTION_ORDER_ID",
+ "LINE_ITEM_ID"
+ ],
+ "enumDescriptions": [
+ "",
+ "",
+ ""
+ ],
+ "type": "string"
+ },
+ "version": {
+ "description": "SDF Version (column names, types, order) in which the entities will be returned. Default to 3.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "DownloadResponse": {
+ "description": "Download response.",
+ "id": "DownloadResponse",
+ "properties": {
+ "adGroups": {
+ "description": "Retrieved ad groups in SDF format.",
+ "type": "string"
+ },
+ "ads": {
+ "description": "Retrieved ads in SDF format.",
+ "type": "string"
+ },
+ "insertionOrders": {
+ "description": "Retrieved insertion orders in SDF format.",
+ "type": "string"
+ },
+ "lineItems": {
+ "description": "Retrieved line items in SDF format.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"FilterPair": {
"description": "Filter used to match traffic data in your report.",
"id": "FilterPair",
@@ -327,6 +405,7 @@
"FILTER_LINE_ITEM_DAILY_FREQUENCY",
"FILTER_LINE_ITEM_LIFETIME_FREQUENCY",
"FILTER_LINE_ITEM_TYPE",
+ "FILTER_MEDIA_PLAN",
"FILTER_MOBILE_DEVICE_MAKE",
"FILTER_MOBILE_DEVICE_MAKE_MODEL",
"FILTER_MOBILE_DEVICE_TYPE",
@@ -337,6 +416,7 @@
"FILTER_NIELSEN_COUNTRY_CODE",
"FILTER_NIELSEN_DEVICE_ID",
"FILTER_NIELSEN_GENDER",
+ "FILTER_NOT_SUPPORTED",
"FILTER_ORDER_ID",
"FILTER_OS",
"FILTER_PAGE_CATEGORY",
@@ -372,6 +452,8 @@
"FILTER_TRUEVIEW_IAR_REGION",
"FILTER_TRUEVIEW_IAR_REMARKETING_LIST",
"FILTER_TRUEVIEW_IAR_TIME_OF_DAY",
+ "FILTER_TRUEVIEW_IAR_YOUTUBE_CHANNEL",
+ "FILTER_TRUEVIEW_IAR_YOUTUBE_VIDEO",
"FILTER_TRUEVIEW_IAR_ZIPCODE",
"FILTER_TRUEVIEW_INTEREST",
"FILTER_TRUEVIEW_KEYWORD",
@@ -513,6 +595,10 @@
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
""
],
"type": "string"
@@ -562,65 +648,6 @@
},
"type": "object"
},
- "Note": {
- "description": "Publisher comment from Rubicon.",
- "id": "Note",
- "properties": {
- "id": {
- "description": "Note id.",
- "format": "int64",
- "type": "string"
- },
- "message": {
- "description": "Message from publisher.",
- "type": "string"
- },
- "source": {
- "description": "Equals \"publisher\" for notification from Rubicon.",
- "type": "string"
- },
- "timestamp": {
- "description": "Time when the note was added, e.g. \"2015-12-16T17:25:35.000-08:00\".",
- "type": "string"
- },
- "username": {
- "description": "Publisher user name.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "NotifyProposalChangeRequest": {
- "description": "NotifyProposalChange request.",
- "id": "NotifyProposalChangeRequest",
- "properties": {
- "action": {
- "description": "Action taken by publisher. One of: Accept, Decline, Append",
- "type": "string"
- },
- "href": {
- "description": "URL to access proposal detail.",
- "type": "string"
- },
- "id": {
- "description": "Below are contents of notification from Rubicon. Proposal id.",
- "format": "int64",
- "type": "string"
- },
- "notes": {
- "description": "Notes from publisher",
- "items": {
- "$ref": "Note"
- },
- "type": "array"
- },
- "token": {
- "description": "Deal token, available when proposal is accepted by publisher.",
- "type": "string"
- }
- },
- "type": "object"
- },
"Parameters": {
"description": "Parameters of a query or report.",
"id": "Parameters",
@@ -673,6 +700,7 @@
"FILTER_LINE_ITEM_DAILY_FREQUENCY",
"FILTER_LINE_ITEM_LIFETIME_FREQUENCY",
"FILTER_LINE_ITEM_TYPE",
+ "FILTER_MEDIA_PLAN",
"FILTER_MOBILE_DEVICE_MAKE",
"FILTER_MOBILE_DEVICE_MAKE_MODEL",
"FILTER_MOBILE_DEVICE_TYPE",
@@ -683,6 +711,7 @@
"FILTER_NIELSEN_COUNTRY_CODE",
"FILTER_NIELSEN_DEVICE_ID",
"FILTER_NIELSEN_GENDER",
+ "FILTER_NOT_SUPPORTED",
"FILTER_ORDER_ID",
"FILTER_OS",
"FILTER_PAGE_CATEGORY",
@@ -718,6 +747,8 @@
"FILTER_TRUEVIEW_IAR_REGION",
"FILTER_TRUEVIEW_IAR_REMARKETING_LIST",
"FILTER_TRUEVIEW_IAR_TIME_OF_DAY",
+ "FILTER_TRUEVIEW_IAR_YOUTUBE_CHANNEL",
+ "FILTER_TRUEVIEW_IAR_YOUTUBE_VIDEO",
"FILTER_TRUEVIEW_IAR_ZIPCODE",
"FILTER_TRUEVIEW_INTEREST",
"FILTER_TRUEVIEW_KEYWORD",
@@ -859,6 +890,10 @@
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
""
],
"type": "string"
@@ -873,6 +908,17 @@
"description": "Metrics to include as columns in your report.",
"items": {
"enum": [
+ "METRIC_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
+ "METRIC_ACTIVE_VIEW_DISTRIBUTION_UNMEASURABLE",
+ "METRIC_ACTIVE_VIEW_DISTRIBUTION_UNVIEWABLE",
+ "METRIC_ACTIVE_VIEW_DISTRIBUTION_VIEWABLE",
+ "METRIC_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
+ "METRIC_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
+ "METRIC_ACTIVE_VIEW_PCT_MEASURABLE_IMPRESSIONS",
+ "METRIC_ACTIVE_VIEW_PCT_VIEWABLE_IMPRESSIONS",
+ "METRIC_ACTIVE_VIEW_UNMEASURABLE_IMPRESSIONS",
+ "METRIC_ACTIVE_VIEW_UNVIEWABLE_IMPRESSIONS",
+ "METRIC_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
"METRIC_BID_REQUESTS",
"METRIC_BILLABLE_COST_ADVERTISER",
"METRIC_BILLABLE_COST_PARTNER",
@@ -1430,6 +1476,17 @@
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
""
],
"type": "string"
« 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