Skip to content

Commit

Permalink
feat(adexchangebuyer): update the api
Browse files Browse the repository at this point in the history
#### adexchangebuyer:v14

The following keys were added:
- schemas.PublisherProfileApiProto.properties.forecastInventory.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 20, 2021
1 parent d205318 commit 46d87cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/dyn/adexchangebuyer_v1_4.pubprofiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ <h3>Method Details</h3>
&quot;buyerPitchStatement&quot;: &quot;A String&quot;, # A pitch statement for the buyer
&quot;directContact&quot;: &quot;A String&quot;, # Direct contact for the publisher profile.
&quot;exchange&quot;: &quot;A String&quot;, # Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...
&quot;forecastInventory&quot;: &quot;A String&quot;,
&quot;googlePlusLink&quot;: &quot;A String&quot;, # Link to publisher&#x27;s Google+ page.
&quot;isParent&quot;: True or False, # True, if this is the parent profile, which represents all domains owned by the publisher.
&quot;isPublished&quot;: True or False, # True, if this profile is published. Deprecated for state.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/g2gABPxFqOqc2GMnjPWRtAF-R_w\"",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/UmDcIC2VKv8yURpYmWmupL6iazM\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
"x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
Expand Down Expand Up @@ -259,7 +259,7 @@
}
}
},
"revision": "20210512",
"revision": "20210518",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/Y-lnh_JW6ioqu8NKgAyNX4G1Wx0\"",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/LK7ETAZjjeHy0m0MRlD7Q441eA4\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
"x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
Expand Down Expand Up @@ -699,7 +699,7 @@
}
}
},
"revision": "20210512",
"revision": "20210518",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/IytqkV9fjt-M3LYIYY86RBS6ZZQ\"",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/LcszINCZFbVhThyZ2rzU86NAgvQ\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
"x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
Expand Down Expand Up @@ -1255,7 +1255,7 @@
}
}
},
"revision": "20210512",
"revision": "20210518",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -3399,6 +3399,9 @@
"description": "Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...",
"type": "string"
},
"forecastInventory": {
"type": "string"
},
"googlePlusLink": {
"description": "Link to publisher's Google+ page.",
"type": "string"
Expand Down

0 comments on commit 46d87cb

Please sign in to comment.