[[["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\u003eA \u003ccode\u003eSalespersonSplit\u003c/code\u003e object represents a salesperson in the context of a Proposal.\u003c/p\u003e\n"],["\u003cp\u003eIt leverages the \u003ccode\u003euserId\u003c/code\u003e field to identify the specific User associated with the sales process.\u003c/p\u003e\n"],["\u003cp\u003eThis association is managed through the \u003ccode\u003eProposal\u003c/code\u003e entity, and the \u003ccode\u003euserId\u003c/code\u003e is a mandatory attribute for \u003ccode\u003eSalespersonSplit\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines the `SalespersonSplit` within the `ProposalService`. It details that a `SalespersonSplit` represents a salesperson and is dependent on the `Proposal`. Key information includes its namespace (`https://www.google.com/apis/ads/publisher/v202408`) and the required `userId` field. The `userId` is a unique identifier for the user responsible for sales related to a specific `Proposal` and references a `User`.\n"],null,["# type SalespersonSplit (v202408)\n\n**Service** \n**ProposalService** **Dependencies** \n[Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) \n▼\n**SalespersonSplit**\n\nA `SalespersonSplit` represents a salesperson.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `userId` | ` `xsd:`long` The unique ID of the [User](/ad-manager/api/reference/v202408/UserService.User) responsible for the sales of the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal). This attribute is required. |"]]