The creative ID to watch for status changes. Specify "-" to watch all creatives under the above account. If both creative-level and account-level notifications are sent, only a single notification will be sent to the creative-level notification topic.
Request body
The request body contains data with the following structure:
JSON representation
{"topic": string}
Fields
topic
string
The Pub/Sub topic to publish notifications to. This topic must already exist and must give permission to ad-exchange-buyside-reports@google.com to write to the topic. This should be the full resource name in "projects/{project_id}/topics/{topic_id}" format.
[[["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-09-18 UTC."],[[["Enables real-time monitoring of creative status changes through push notifications to a specified Pub/Sub topic."],["Requires providing the account and creative IDs for targeted watching, with the option to monitor all creatives under an account."],["Notifications are sent when the creative's status is updated, delivered to the designated Pub/Sub topic with necessary permissions granted."],["Utilizes a POST request to initiate the watch process, providing the topic details in the request body."],["Authorization necessitates the `https://www.googleapis.com/auth/adexchange.buyer` scope for access and operation."]]],[]]