AI-generated Key Takeaways
-
This operation updates an existing floodlight activity using an HTTP PUT request.
-
The request should be sent to
https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightActivities
and include the user profile ID in the path. -
The request body should contain an instance of FloodlightActivity, and a successful response will return an updated instance of FloodlightActivity.
-
Authorization requires the
https://www.googleapis.com/auth/dfatrafficking
scope.
Updates an existing floodlight activity.
HTTP request
PUT 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. |
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