Method: creatives.patch

  • Updates an existing creative using patch semantics and requires a creative ID.

  • The request should be a PATCH request to the specified URL with the profile ID and creative ID.

  • The request body should contain a Creative object representing the updates to be applied.

  • A successful response will return the updated Creative object.

  • This operation needs authorization with the dfatrafficking scope.

Updates an existing creative. This method supports patch semantics.

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creatives

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

Required. Creative ID.

Request body

The request body contains an instance of Creative.

Response body

If successful, the response body contains an instance of Creative.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking