Method: accounts.creatives.stopWatching

  • 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.

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