AI-generated Key Takeaways
-
This operation updates an existing floodlight activity using patch semantics, allowing for partial modifications.
-
It requires providing the user profile ID in the URL path and the floodlight activity ID as a query parameter.
-
The request body should contain the FloodlightActivity object with the desired updates.
-
Upon successful execution, the response will provide the updated FloodlightActivity object.
-
This functionality necessitates authorization using the
dfatrafficking
scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing floodlight activity. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightActivities
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 FloodlightActivity
.
Response body
If successful, the response body contains an instance of FloodlightActivity
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking