Skip to content

Commit

Permalink
Update discovery documents and generated code
Browse files Browse the repository at this point in the history
automatically_generated_update
  • Loading branch information
cloudsharp committed Oct 24, 2016
1 parent 9c27ab5 commit 316f90f
Show file tree
Hide file tree
Showing 1,405 changed files with 26,632 additions and 13,944 deletions.
2 changes: 1 addition & 1 deletion DiscoveryJson/adexchangebuyer2_v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
"id": "ListClientsResponse"
}
},
"revision": "20161020",
"revision": "20161021",
"basePath": "",
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
Expand Down
4 changes: 2 additions & 2 deletions DiscoveryJson/adexchangebuyer_v1.2.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/L7o4P9sEkz0NdneqAfMiNx_IJGY\"",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/0kwihhvVMiMrsDgm6RBckyUuCfE\"",
"discoveryVersion": "v1",
"id": "adexchangebuyer:v1.2",
"name": "adexchangebuyer",
"canonicalName": "Ad Exchange Buyer",
"version": "v1.2",
"revision": "20161006",
"revision": "20161020",
"title": "Ad Exchange Buyer API",
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"ownerDomain": "google.com",
Expand Down
6 changes: 3 additions & 3 deletions DiscoveryJson/adexchangebuyer_v1.3.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/nY0noN4El22g6mBfqzUV_K0MSwQ\"",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/mo0qLr7wMmlAX-U4DWVexdxTH80\"",
"discoveryVersion": "v1",
"id": "adexchangebuyer:v1.3",
"name": "adexchangebuyer",
"canonicalName": "Ad Exchange Buyer",
"version": "v1.3",
"revision": "20161006",
"revision": "20161020",
"title": "Ad Exchange Buyer API",
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -545,7 +545,7 @@
},
"videoURL": {
"type": "string",
"description": "The url to fetch a video ad. If set, HTMLSnippet should not be set."
"description": "The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set."
},
"width": {
"type": "integer",
Expand Down
22 changes: 17 additions & 5 deletions DiscoveryJson/adexchangebuyer_v1.4.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/450-ucVsf89RtvW3eY8bQLed3_w\"",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/EvKs3Hkvcx40X69CkSu-499XWyU\"",
"discoveryVersion": "v1",
"id": "adexchangebuyer:v1.4",
"name": "adexchangebuyer",
"canonicalName": "Ad Exchange Buyer",
"version": "v1.4",
"revision": "20161006",
"revision": "20161020",
"title": "Ad Exchange Buyer API",
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -90,7 +90,7 @@
"properties": {
"bidProtocol": {
"type": "string",
"description": "The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.3 right now. Allowed values: \n- PROTOCOL_ADX \n- PROTOCOL_OPENRTB_2_2 \n- PROTOCOL_OPENRTB_2_3 \n- PROTOCOL_OPENRTB_PROTOBUF"
"description": "The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.4 right now. Allowed values: \n- PROTOCOL_ADX \n- PROTOCOL_OPENRTB_2_2 \n- PROTOCOL_OPENRTB_2_3 \n- PROTOCOL_OPENRTB_2_4 \n- PROTOCOL_OPENRTB_PROTOBUF"
},
"maximumQps": {
"type": "integer",
Expand Down Expand Up @@ -598,6 +598,10 @@
"type": "string",
"description": "A label for the button that the user is supposed to click."
},
"clickLinkUrl": {
"type": "string",
"description": "The URL that the browser/SDK will load when the user clicks the ad."
},
"clickTrackingUrl": {
"type": "string",
"description": "The URL to use for click tracking."
Expand Down Expand Up @@ -661,7 +665,8 @@
"description": "The URL to the app store to purchase/download the promoted app."
},
"videoURL": {
"type": "string"
"type": "string",
"description": "The URL of the XML VAST for a native ad. Note this is a separate field from resource.video_url."
}
}
},
Expand Down Expand Up @@ -776,7 +781,7 @@
},
"videoURL": {
"type": "string",
"description": "The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above."
"description": "The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is different from resource.native_ad.video_url above."
},
"width": {
"type": "integer",
Expand Down Expand Up @@ -1758,6 +1763,13 @@
"format": "int64"
}
},
"userIdentifierDataRequired": {
"type": "array",
"description": "Requests containing the specified type of user data will match. Possible values are HOSTED_MATCH_DATA, which means the request is cookie-targetable and has a match in the buyer's hosted match table, and COOKIE_OR_IDFA, which means the request has either a targetable cookie or an iOS IDFA.",
"items": {
"type": "string"
}
},
"userLists": {
"type": "array",
"description": "Requests containing any of these user list ids will match.",
Expand Down
Loading

0 comments on commit 316f90f

Please sign in to comment.