AI-generated Key Takeaways
-
RfpType
describes the type ofBuyerRfp
within the Google Ad Manager API. -
It has three possible values:
UNKNOWN
,PROGRAMMATIC_GUARANTEED
, andPREFERRED_DEAL
, indicating the nature of the RFP. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
.
Service
ProposalService
Dependencies
BuyerRfp
▼
RfpType
Decribes the type of BuyerRfp.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |
PROGRAMMATIC_GUARANTEED
|
Indicates the BuyerRfp is a Programmatic Guaranteed RFP. |
PREFERRED_DEAL
|
Indicates the BuyerRfp is a Preferred Deal RFP. |