AI-generated Key Takeaways
-
This operation updates an existing floodlight configuration using patch semantics, allowing for partial modifications.
-
It requires authorization with the
dfatrafficking
scope and uses aPATCH
request to a specific endpoint. -
Users need to provide the profile ID as a path parameter and the event tag ID as a query parameter.
-
The request and response bodies both utilize the
FloodlightConfiguration
object to manage data.
- 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