[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eRfpType\u003c/code\u003e describes the type of \u003ccode\u003eBuyerRfp\u003c/code\u003e within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eIt has three possible values: \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003ePROGRAMMATIC_GUARANTEED\u003c/code\u003e, and \u003ccode\u003ePREFERRED_DEAL\u003c/code\u003e, indicating the nature of the RFP.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content describes the `RfpType` enumeration, which is a dependency of the `ProposalService` and its `BuyerRfp`. It defines the types of `BuyerRfp` within the service. Three types are identified: `UNKNOWN` (for unexposed values), `PROGRAMMATIC_GUARANTEED` (for Programmatic Guaranteed RFPs), and `PREFERRED_DEAL` (for Preferred Deal RFPs). This occurs within the `v202411` API version under the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum RfpType (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[BuyerRfp](/ad-manager/api/reference/v202411/ProposalService.BuyerRfp) \n▼\n**RfpType**\n\nDecribes the type of [BuyerRfp](/ad-manager/api/reference/v202411/ProposalService.BuyerRfp).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|---------------------------|------------------------------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `PROGRAMMATIC_GUARANTEED` | Indicates the [BuyerRfp](/ad-manager/api/reference/v202411/ProposalService.BuyerRfp) is a Programmatic Guaranteed RFP. |\n| `PREFERRED_DEAL` | Indicates the [BuyerRfp](/ad-manager/api/reference/v202411/ProposalService.BuyerRfp) is a Preferred Deal RFP. |"]]