Skip to content

Commit 1d6ef39

Browse files
feat: Automated regeneration of RealTimeBidding client (googleapis#13009)
Auto-created at 2025-02-20 13:19:22 +0000 using the toys pull request generator.
1 parent ef3c1af commit 1d6ef39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/real_time_bidding/lib/google_api/real_time_bidding/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.RealTimeBidding.V1 do
2020
API client metadata for GoogleApi.RealTimeBidding.V1.
2121
"""
2222

23-
@discovery_revision "20250203"
23+
@discovery_revision "20250219"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/real_time_bidding/lib/google_api/real_time_bidding/v1/model/creative_serving_decision.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.RealTimeBidding.V1.Model.CreativeServingDecision do
2626
* `dealsPolicyCompliance` (*type:* `GoogleApi.RealTimeBidding.V1.Model.PolicyCompliance.t`, *default:* `nil`) - Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
2727
* `detectedAdvertisers` (*type:* `list(GoogleApi.RealTimeBidding.V1.Model.AdvertiserAndBrand.t)`, *default:* `nil`) - Detected advertisers and brands.
2828
* `detectedAttributes` (*type:* `list(String.t)`, *default:* `nil`) - Publisher-excludable attributes that were detected for this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
29-
* `detectedCategories` (*type:* `list(String.t)`, *default:* `nil`) - Output only. IDs of the detected categories, if any. The taxonomy in which the categories are expressed is specified by the detected_categories_taxonomy field. Can be used to filter the response of the creatives.list method.
29+
* `detectedCategories` (*type:* `list(String.t)`, *default:* `nil`) - Output only. IDs of the detected categories. The taxonomy in which the categories are expressed is specified by the detected_categories_taxonomy field. Use this in conjunction with BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.
3030
* `detectedCategoriesTaxonomy` (*type:* `String.t`, *default:* `nil`) - Output only. The taxonomy in which the detected_categories field is expressed.
3131
* `detectedClickThroughUrls` (*type:* `list(String.t)`, *default:* `nil`) - The set of detected destination URLs for the creative. Can be used to filter the response of the creatives.list method.
3232
* `detectedDomains` (*type:* `list(String.t)`, *default:* `nil`) - The detected domains for this creative.

0 commit comments

Comments
 (0)