[[["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\u003eMarketplaceComment objects represent comments associated with programmatic Proposals sent to Marketplace.\u003c/p\u003e\n"],["\u003cp\u003eThese comments store the proposal ID, comment text, creation time, and whether the seller created the comment.\u003c/p\u003e\n"],["\u003cp\u003eMarketplaceComment is found within the ProposalService and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `MarketplaceComment` is a comment linked to a programmatic `Proposal` sent to Marketplace. Key information includes the `proposalId` (the associated proposal's unique ID), the `comment` itself, the `creationTime` of the comment, and `createdBySeller` indicating if the seller made the comment. This information is within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type MarketplaceComment (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[MarketplaceCommentPage](/ad-manager/api/reference/v202411/ProposalService.MarketplaceCommentPage) \n▼\n**MarketplaceComment**\n\nA comment associated with a programmatic [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) that has been sent to Marketplace.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `proposalId` | ` `xsd:`long` The unique ID of the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) the comment belongs to. |\n| ### `comment` | ` `xsd:`string` The comment made on the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal). |\n| ### `creationTime` | ` `[DateTime](/ad-manager/api/reference/v202411/ProposalService.DateTime)` ` The creation [DateTime](/ad-manager/api/reference/v202411/ProposalService.DateTime) of this `MarketplaceComment`. |\n| ### `createdBySeller` | ` `xsd:`boolean` Indicates whether the `MarketplaceComment` was created by seller. |"]]