Method: accounts.creatives.stopWatching
Stops watching a creative. Will stop push notifications being sent to the topics when the creative changes status.
HTTP request
POST https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/creatives/{creativeId}:stopWatching
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
accountId |
string
The account of the creative to stop notifications for.
|
creativeId |
string
The creative ID of the creative to stop notifications for. Specify "-" to specify stopping account level notifications.
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Stops push notifications for a specific creative or at the account level."],["Requires an HTTP POST request to the specified URL with account and creative IDs."],["An empty request body is necessary, and a successful operation results in an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope."]]],["This document outlines the process for stopping notifications for a creative within an account. The core action is a `POST` request to a specific URL, utilizing gRPC Transcoding syntax. Key information includes `accountId` and `creativeId` as path parameters. The request body must be empty, and a successful response also returns an empty body. This operation requires the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope for authorization. There is the capability of stoping notifications for all creatives within the account.\n"]]