AI-generated Key Takeaways
-
This operation updates an existing floodlight activity group using patch semantics and requires a PATCH request to the specified endpoint.
-
The request must include the user profile ID in the path and the event tag ID as a query parameter.
-
Both the request and response bodies utilize the
FloodlightActivityGroup
object for data transfer. -
Authorization necessitates the
dfatrafficking
scope for successful execution.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing floodlight activity group. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightActivityGroups
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 FloodlightActivityGroup
.
Response body
If successful, the response body contains an instance of FloodlightActivityGroup
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking