Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.BuyerRfp Class Reference

Represents the buyer RFP information associated with a Proposal describing the requirements from the buyer. More...

Properties

Money costPerUnit [get, set]
 CPM for the Proposal in question. Given that this field belongs to a request for proposal (for which initially a Proposal does not yet exist), this field should serve as guidance for publishers to create a Proposal with LineItems reflecting this CPM. This attribute is read-only. More...
 
long units [get, set]
 The number of impressions per day that a buyer wishes to see in the Proposal derived from the request for proposal in question. This attribute is read-only. More...
 
bool unitsSpecified [get, set]
 
Money budget [get, set]
 Total amount of Money available to spend on this deal. In the case of Preferred Deal, the budget is equal to the maximum amount of money a buyer is willing to spend on a given Proposal, even though the budget might not be spent entirely, as impressions are not guaranteed. This attribute is read-only. More...
 
string currencyCode [get, set]
 Currency code for this deal's budget and CPM. This attribute is read-only. More...
 
DateTime startDateTime [get, set]
 The DateTime in which the proposed deal should start serving. This attribute is read-only. More...
 
DateTime endDateTime [get, set]
 The DateTime in which the proposed deal should end serving. This attribute is read-only. More...
 
string description [get, set]
 A description of the proposed deal. This can be used for the buyer to tell the publisher more detailed information about the deal in question. This attribute is read-only. More...
 
CreativePlaceholder[] creativePlaceholders [get, set]
 A list of inventory sizes in which creatives will be eventually served. This attribute is read-only. More...
 
Targeting targeting [get, set]
 Targeting information for the proposal in question. Currently this field only contains GeoTargeting information. This attribute is read-only. More...
 
string additionalTerms [get, set]
 Additional terms of the deal in question. This field can be used to state more specific targeting information for the deal, as well as any additional information regarding this deal. Given that this field belongs to a request for proposal (for which initially a Proposal does not yet exist), this field can be populated by buyers to specify additional information that they wish publishers to incorporate into the Proposal derived from this request for proposal. This attribute is read-only. More...
 
AdExchangeEnvironment adExchangeEnvironment [get, set]
 Identifies the format of the inventory or "channel" through which the ad serves. Environments currently supported include AdExchangeEnvironment::DISPLAY, AdExchangeEnvironment::VIDEO, and AdExchangeEnvironment::MOBILE. This attribute is read-only. More...
 
bool adExchangeEnvironmentSpecified [get, set]
 
RfpType rfpType [get, set]
 Deal type; either Programmatic Guaranteed or Preferred Deal. This field corresponds to the type of Proposal that a buyer wishes to negotiate with a seller. This attribute is read-only. More...
 
bool rfpTypeSpecified [get, set]
 

Detailed Description

Represents the buyer RFP information associated with a Proposal describing the requirements from the buyer.

Property Documentation

string Google.Api.Ads.AdManager.v202305.BuyerRfp.additionalTerms
getset

Additional terms of the deal in question. This field can be used to state more specific targeting information for the deal, as well as any additional information regarding this deal. Given that this field belongs to a request for proposal (for which initially a Proposal does not yet exist), this field can be populated by buyers to specify additional information that they wish publishers to incorporate into the Proposal derived from this request for proposal. This attribute is read-only.

AdExchangeEnvironment Google.Api.Ads.AdManager.v202305.BuyerRfp.adExchangeEnvironment
getset

Identifies the format of the inventory or "channel" through which the ad serves. Environments currently supported include AdExchangeEnvironment::DISPLAY, AdExchangeEnvironment::VIDEO, and AdExchangeEnvironment::MOBILE. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202305.BuyerRfp.adExchangeEnvironmentSpecified
getset

true, if a value is specified for adExchangeEnvironment, false otherwise.

Money Google.Api.Ads.AdManager.v202305.BuyerRfp.budget
getset

Total amount of Money available to spend on this deal. In the case of Preferred Deal, the budget is equal to the maximum amount of money a buyer is willing to spend on a given Proposal, even though the budget might not be spent entirely, as impressions are not guaranteed. This attribute is read-only.

Money Google.Api.Ads.AdManager.v202305.BuyerRfp.costPerUnit
getset

CPM for the Proposal in question. Given that this field belongs to a request for proposal (for which initially a Proposal does not yet exist), this field should serve as guidance for publishers to create a Proposal with LineItems reflecting this CPM. This attribute is read-only.

CreativePlaceholder [] Google.Api.Ads.AdManager.v202305.BuyerRfp.creativePlaceholders
getset

A list of inventory sizes in which creatives will be eventually served. This attribute is read-only.

string Google.Api.Ads.AdManager.v202305.BuyerRfp.currencyCode
getset

Currency code for this deal's budget and CPM. This attribute is read-only.

string Google.Api.Ads.AdManager.v202305.BuyerRfp.description
getset

A description of the proposed deal. This can be used for the buyer to tell the publisher more detailed information about the deal in question. This attribute is read-only.

DateTime Google.Api.Ads.AdManager.v202305.BuyerRfp.endDateTime
getset

The DateTime in which the proposed deal should end serving. This attribute is read-only.

RfpType Google.Api.Ads.AdManager.v202305.BuyerRfp.rfpType
getset

Deal type; either Programmatic Guaranteed or Preferred Deal. This field corresponds to the type of Proposal that a buyer wishes to negotiate with a seller. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202305.BuyerRfp.rfpTypeSpecified
getset

true, if a value is specified for rfpType, false otherwise.

DateTime Google.Api.Ads.AdManager.v202305.BuyerRfp.startDateTime
getset

The DateTime in which the proposed deal should start serving. This attribute is read-only.

Targeting Google.Api.Ads.AdManager.v202305.BuyerRfp.targeting
getset

Targeting information for the proposal in question. Currently this field only contains GeoTargeting information. This attribute is read-only.

long Google.Api.Ads.AdManager.v202305.BuyerRfp.units
getset

The number of impressions per day that a buyer wishes to see in the Proposal derived from the request for proposal in question. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202305.BuyerRfp.unitsSpecified
getset

true, if a value is specified for units, false otherwise.


The documentation for this class was generated from the following file: