AI-generated Key Takeaways
-
The
PATCHmethod is used to update an existing event tag with support for patch semantics. -
The request URL uses gRPC Transcoding syntax and includes a
profileIdpath parameter. -
The update operation requires the
idof the event tag as a query parameter. -
The request and response bodies both contain an instance of the
EventTagresource. -
This method requires the
https://www.googleapis.com/auth/dfatraffickingauthorization scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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
|
User profile ID associated with this request. |
Query parameters
| Parameters | |
|---|---|
id
|
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

