Skip to content

Commit

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

The following keys were added:
- schemas.NativeContent.properties.videoVastXml.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 2, 2021
1 parent ebdf2b9 commit 34d5d26
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/realtimebidding_v1.bidders.creatives.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ <h3>Method Details</h3>
&quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
&quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
&quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
&quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a native video ad.
},
&quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
&quot;A String&quot;,
Expand Down
6 changes: 6 additions & 0 deletions docs/dyn/realtimebidding_v1.buyers.creatives.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ <h3>Method Details</h3>
&quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
&quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
&quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
&quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a native video ad.
},
&quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
&quot;A String&quot;,
Expand Down Expand Up @@ -939,6 +940,7 @@ <h3>Method Details</h3>
&quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
&quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
&quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
&quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a native video ad.
},
&quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
&quot;A String&quot;,
Expand Down Expand Up @@ -1383,6 +1385,7 @@ <h3>Method Details</h3>
&quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
&quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
&quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
&quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a native video ad.
},
&quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
&quot;A String&quot;,
Expand Down Expand Up @@ -1832,6 +1835,7 @@ <h3>Method Details</h3>
&quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
&quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
&quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
&quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a native video ad.
},
&quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
&quot;A String&quot;,
Expand Down Expand Up @@ -2283,6 +2287,7 @@ <h3>Method Details</h3>
&quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
&quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
&quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
&quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a native video ad.
},
&quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
&quot;A String&quot;,
Expand Down Expand Up @@ -2716,6 +2721,7 @@ <h3>Method Details</h3>
&quot;priceDisplayText&quot;: &quot;A String&quot;, # The price of the promoted app including currency info.
&quot;starRating&quot;: 3.14, # The app rating in the app store. Must be in the range [0-5].
&quot;videoUrl&quot;: &quot;A String&quot;, # The URL to fetch a native video ad.
&quot;videoVastXml&quot;: &quot;A String&quot;, # The contents of a VAST document for a native video ad.
},
&quot;restrictedCategories&quot;: [ # All restricted categories for the ads that may be shown from this creative.
&quot;A String&quot;,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@
}
}
},
"revision": "20210527",
"revision": "20210529",
"rootUrl": "https://realtimebidding.googleapis.com/",
"schemas": {
"ActivatePretargetingConfigRequest": {
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
}
}
},
"revision": "20210527",
"revision": "20210529",
"rootUrl": "https://realtimebidding.googleapis.com/",
"schemas": {
"BiddingFunction": {
Expand Down

0 comments on commit 34d5d26

Please sign in to comment.