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