AI-generated Key Takeaways
-
Retrieves a single floodlight configuration using its unique ID.
-
Requires user profile ID and floodlight configuration ID as path parameters.
-
Request body should be empty, and the response contains the FloodlightConfiguration object if successful.
-
Needs authorization with the
dfatrafficking
scope.
Gets one floodlight configuration by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightConfigurations/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
id |
Floodlight configuration ID. |
Request body
The request body must be empty.
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