AI-generated Key Takeaways
-
Retrieves a specific event tag using its unique ID and the associated user profile ID.
-
Requires authorization with the
dfatrafficking
scope for access. -
Employs a
GET
request with path parameters for profile and event tag IDs. -
Returns an
EventTag
object in the response body upon successful retrieval. -
Uses gRPC Transcoding syntax for the request URL structure.
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