[[["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 which can be either Programmatic Guaranteed or Preferred Deal.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the \u003ccode\u003eProposalService\u003c/code\u003e and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNKNOWN\u003c/code\u003e value is returned if the actual value is not exposed by the requested API version.\u003c/p\u003e\n"]]],["The core content describes the `RfpType` enumeration, which is a dependency of the `ProposalService` and specifically the `BuyerRfp`. It defines three possible types of `BuyerRfp`: `UNKNOWN`, which indicates an unexposed value; `PROGRAMMATIC_GUARANTEED`, indicating a Programmatic Guaranteed RFP; and `PREFERRED_DEAL`, indicating a Preferred Deal RFP. These types specify the nature of the buyer's request for proposal within the advertising system.\n"],null,["# enum RfpType (v202408)\n\n**Service** \n**ProposalService** **Dependencies** \n[BuyerRfp](/ad-manager/api/reference/v202408/ProposalService.BuyerRfp) \n▼\n**RfpType**\n\nDecribes the type of [BuyerRfp](/ad-manager/api/reference/v202408/ProposalService.BuyerRfp).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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/v202408/ProposalService.BuyerRfp) is a Programmatic Guaranteed RFP. |\n| `PREFERRED_DEAL` | Indicates the [BuyerRfp](/ad-manager/api/reference/v202408/ProposalService.BuyerRfp) is a Preferred Deal RFP. |"]]