Class Buyer
RTB Buyer account information.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class Buyer : IDirectResponseSchema
Properties
ActiveCreativeCount
Output only. The number of creatives that this buyer submitted through the API or bid with in the last 30 days. This is counted against the maximum number of active creatives.
Declaration
[JsonProperty("activeCreativeCount")]
public virtual long? ActiveCreativeCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Bidder
Output only. The name of the bidder resource that is responsible for receiving bidding traffic for this
account. The bidder name must follow the pattern bidders/{bidderAccountId}
, where {bidderAccountId}
is
the account ID of the bidder receiving traffic for this buyer.
Declaration
[JsonProperty("bidder")]
public virtual string Bidder { get; set; }
Property Value
Type | Description |
---|---|
string |
BillingIds
Output only. A list of billing IDs associated with this account. These IDs appear on: 1. A bid request, to signal which buyers are eligible to bid on a given opportunity, and which pretargeting configurations were matched for each eligible buyer. 2. The bid response, to attribute a winning impression to a specific account for billing, reporting, policy and publisher block enforcement.
Declaration
[JsonProperty("billingIds")]
public virtual IList<string> BillingIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DisplayName
Output only. The diplay name associated with this buyer account, as visible to sellers.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
MaximumActiveCreativeCount
Output only. The maximum number of active creatives that this buyer can have.
Declaration
[JsonProperty("maximumActiveCreativeCount")]
public virtual long? MaximumActiveCreativeCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
Output only. Name of the buyer resource that must follow the pattern buyers/{buyerAccountId}
, where
{buyerAccountId}
is the account ID of the buyer account 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 |