type MarketplaceComment (v202411)

  • MarketplaceComment objects represent comments associated with programmatic Proposals sent to Marketplace.

  • These comments store the proposal ID, comment text, creation time, and whether the seller created the comment.

  • MarketplaceComment is found within the ProposalService and uses the namespace https://www.google.com/apis/ads/publisher/v202411.

A comment associated with a programmatic Proposal that has been sent to Marketplace.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

proposalId

xsd:long

The unique ID of the Proposal the comment belongs to.

comment

xsd:string

The comment made on the Proposal.

creationTime

DateTime

The creation DateTime of this MarketplaceComment.

createdBySeller

xsd:boolean

Indicates whether the MarketplaceComment was created by seller.