AI-generated Key Takeaways
- 
          This method retrieves a single event tag using its ID. 
- 
          The request is an HTTP GET to the specified URL with profileId and id path parameters. 
- 
          The request body must be empty, and the response body will contain an EventTag object. 
- 
          Authorization requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets one event tag by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/eventTags/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| id | 
 Event tag ID. | 
Request body
The request body must be empty.
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