AI-generated Key Takeaways
-
This method updates an existing floodlight configuration using patch semantics.
-
The HTTP request uses a PATCH method and includes the user profile ID in the path.
-
The request requires an event tag ID as a query parameter and a FloodlightConfiguration instance in the request body.
-
The response body will contain an instance of FloodlightConfiguration upon successful completion.
-
The method requires authorization with the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing floodlight configuration. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightConfigurations
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 FloodlightConfiguration.
Response body
If successful, the response body contains an instance of FloodlightConfiguration.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking