Method: eventTags.patch

  • The PATCH method is used to update an existing event tag with support for patch semantics.

  • The request URL uses gRPC Transcoding syntax and includes a profileId path parameter.

  • The update operation requires the id of the event tag as a query parameter.

  • The request and response bodies both contain an instance of the EventTag resource.

  • This method requires the https://www.googleapis.com/auth/dfatrafficking authorization scope.

Updates an existing event tag. This method supports patch semantics.

HTTP request

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

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. EventTag ID.

Request body

The request body contains an instance of EventTag.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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