Class Bidder
Bidder settings.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class Bidder : IDirectResponseSchema
Properties
BypassNonguaranteedDealsPretargeting
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.
Declaration
[JsonProperty("bypassNonguaranteedDealsPretargeting")]
public virtual bool? BypassNonguaranteedDealsPretargeting { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CookieMatchingNetworkId
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.
Declaration
[JsonProperty("cookieMatchingNetworkId")]
public virtual string CookieMatchingNetworkId { get; set; }
Property Value
Type | Description |
---|---|
string |
CookieMatchingUrl
Output only. The base URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information.
Declaration
[JsonProperty("cookieMatchingUrl")]
public virtual string CookieMatchingUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DealsBillingId
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.
Declaration
[JsonProperty("dealsBillingId")]
public virtual string DealsBillingId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Name of the bidder resource that must follow the pattern bidders/{bidderAccountId}
, where
{bidderAccountId}
is the account ID of the bidder whose information is to be received. One can get their
account ID on the Authorized Buyers or Open Bidding UI, or by contacting their Google account manager.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |