From 34d5d2606070b0c6fef053d6b88a65be085227b5 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 2 Jun 2021 07:39:05 +0000 Subject: [PATCH] feat(realtimebidding): update the api #### realtimebidding:v1 The following keys were added: - schemas.NativeContent.properties.videoVastXml.type (Total Keys: 1) --- docs/dyn/realtimebidding_v1.bidders.creatives.html | 1 + docs/dyn/realtimebidding_v1.buyers.creatives.html | 6 ++++++ .../discovery_cache/documents/realtimebidding.v1.json | 6 +++++- .../discovery_cache/documents/realtimebidding.v1alpha.json | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/dyn/realtimebidding_v1.bidders.creatives.html b/docs/dyn/realtimebidding_v1.bidders.creatives.html index cd463e3ab00..e42ed5c2da1 100644 --- a/docs/dyn/realtimebidding_v1.bidders.creatives.html +++ b/docs/dyn/realtimebidding_v1.bidders.creatives.html @@ -516,6 +516,7 @@

Method Details

"priceDisplayText": "A String", # The price of the promoted app including currency info. "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5]. "videoUrl": "A String", # The URL to fetch a native video ad. + "videoVastXml": "A String", # The contents of a VAST document for a native video ad. }, "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative. "A String", diff --git a/docs/dyn/realtimebidding_v1.buyers.creatives.html b/docs/dyn/realtimebidding_v1.buyers.creatives.html index 29c2570b50b..6aaad3f9577 100644 --- a/docs/dyn/realtimebidding_v1.buyers.creatives.html +++ b/docs/dyn/realtimebidding_v1.buyers.creatives.html @@ -507,6 +507,7 @@

Method Details

"priceDisplayText": "A String", # The price of the promoted app including currency info. "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5]. "videoUrl": "A String", # The URL to fetch a native video ad. + "videoVastXml": "A String", # The contents of a VAST document for a native video ad. }, "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative. "A String", @@ -939,6 +940,7 @@

Method Details

"priceDisplayText": "A String", # The price of the promoted app including currency info. "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5]. "videoUrl": "A String", # The URL to fetch a native video ad. + "videoVastXml": "A String", # The contents of a VAST document for a native video ad. }, "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative. "A String", @@ -1383,6 +1385,7 @@

Method Details

"priceDisplayText": "A String", # The price of the promoted app including currency info. "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5]. "videoUrl": "A String", # The URL to fetch a native video ad. + "videoVastXml": "A String", # The contents of a VAST document for a native video ad. }, "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative. "A String", @@ -1832,6 +1835,7 @@

Method Details

"priceDisplayText": "A String", # The price of the promoted app including currency info. "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5]. "videoUrl": "A String", # The URL to fetch a native video ad. + "videoVastXml": "A String", # The contents of a VAST document for a native video ad. }, "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative. "A String", @@ -2283,6 +2287,7 @@

Method Details

"priceDisplayText": "A String", # The price of the promoted app including currency info. "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5]. "videoUrl": "A String", # The URL to fetch a native video ad. + "videoVastXml": "A String", # The contents of a VAST document for a native video ad. }, "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative. "A String", @@ -2716,6 +2721,7 @@

Method Details

"priceDisplayText": "A String", # The price of the promoted app including currency info. "starRating": 3.14, # The app rating in the app store. Must be in the range [0-5]. "videoUrl": "A String", # The URL to fetch a native video ad. + "videoVastXml": "A String", # The contents of a VAST document for a native video ad. }, "restrictedCategories": [ # All restricted categories for the ads that may be shown from this creative. "A String", diff --git a/googleapiclient/discovery_cache/documents/realtimebidding.v1.json b/googleapiclient/discovery_cache/documents/realtimebidding.v1.json index e7e42cc304f..aa718d8a9a3 100644 --- a/googleapiclient/discovery_cache/documents/realtimebidding.v1.json +++ b/googleapiclient/discovery_cache/documents/realtimebidding.v1.json @@ -1140,7 +1140,7 @@ } } }, - "revision": "20210527", + "revision": "20210529", "rootUrl": "https://realtimebidding.googleapis.com/", "schemas": { "ActivatePretargetingConfigRequest": { @@ -2395,6 +2395,10 @@ "videoUrl": { "description": "The URL to fetch a native video ad.", "type": "string" + }, + "videoVastXml": { + "description": "The contents of a VAST document for a native video ad.", + "type": "string" } }, "type": "object" diff --git a/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json b/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json index ae9637397fd..358b7e1463b 100644 --- a/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json @@ -178,7 +178,7 @@ } } }, - "revision": "20210527", + "revision": "20210529", "rootUrl": "https://realtimebidding.googleapis.com/", "schemas": { "BiddingFunction": {