AI-generated Key Takeaways
- 
          The PUT request updates an existing event tag using the provided URL. 
- 
          The request requires a profileIdpath parameter to identify the user profile.
- 
          The request body should contain an instance of an EventTag. 
- 
          A successful response will contain an instance of an EventTag in the response body. 
- 
          The request requires authorization using the https://www.googleapis.com/auth/dfatraffickingscope.
Updates an existing event tag.
HTTP request
PUT 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. | 
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