AI-generated Key Takeaways
-
The content describes the
RfpType
enumeration within theProposalService
, which defines the type of aBuyerRfp
. -
RfpType
has values likeUNKNOWN
,PROGRAMMATIC_GUARANTEED
, andPREFERRED_DEAL
. -
These values indicate whether a
BuyerRfp
is a Programmatic Guaranteed RFP or a Preferred Deal RFP. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202508
.
Decribes the type of BuyerRfp.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |