[[["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 2024-08-20 UTC."],[[["MarketplaceComment represents a comment linked to a programmatic Proposal that's been sent to Marketplace."],["It includes information like the Proposal ID, comment content, creation time, and whether the seller created the comment."],["These comments are organized within a MarketplaceCommentPage for easier management within the Ad Manager system."]]],["The core content defines `MarketplaceComment`, a component of the `ProposalService`. It represents a comment associated with a programmatic `Proposal` sent to Marketplace. Key fields include `proposalId` (the unique ID of the associated Proposal), `comment` (the text of the comment), `creationTime` (the date and time the comment was created), and `createdBySeller` (a boolean indicating if a seller created the comment). This class is used within the v202408 namespace.\n"]]