AI-generated Key Takeaways
-
A new event tag is inserted using a POST request to the specified URL which includes a user profile ID.
-
The request body requires an instance of EventTag.
-
The response body will contain the newly created EventTag instance if successful.
-
The request requires the
https://www.googleapis.com/auth/dfatrafficking
OAuth scope for authorization.
Inserts a new event tag.
HTTP request
POST 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 a newly created instance of EventTag
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking