Skip to content

Commit 78a01b3

Browse files
feat: Automated regeneration of RealTimeBidding client (googleapis#12914)
Auto-created at 2025-02-04 13:10:50 +0000 using the toys pull request generator.
1 parent 595acdb commit 78a01b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/real_time_bidding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Real-time Bidding API client library.
44

5-
Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
5+
Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive with pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
66

77
## Installation
88

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 "20240930"
23+
@discovery_revision "20250203"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.RealTimeBidding.V1.Model.Bidder do
2121
2222
## Attributes
2323
24-
* `bypassNonguaranteedDealsPretargeting` (*type:* `boolean()`, *default:* `nil`) - Output only. An option to bypass pretargeting for private auctions and preferred deals. When true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will always be sent to the bidder, regardless of the value for this flag. Auction packages are not impacted by this value and are subject to the regular pretargeting configurations.
24+
* `bypassNonguaranteedDealsPretargeting` (*type:* `boolean()`, *default:* `nil`) - Output only. An option to bypass pretargeting for private auctions and preferred deals. When true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will always be sent to the bidder, regardless of the value for this option. Auction packages are not impacted by this value and are subject to the regular pretargeting configurations.
2525
* `cookieMatchingNetworkId` (*type:* `String.t`, *default:* `nil`) - Output only. The buyer's network ID used for cookie matching. This ID corresponds to the `google_nid` parameter in the URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information.
2626
* `cookieMatchingUrl` (*type:* `String.t`, *default:* `nil`) - Output only. The base URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information.
2727
* `dealsBillingId` (*type:* `String.t`, *default:* `nil`) - Output only. The billing ID for the deals pretargeting config. This billing ID is sent on the bid request for guaranteed and nonguaranteed deals matched in pretargeting.

clients/real_time_bidding/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.RealTimeBidding.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.13.1"
21+
@version "0.13.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)