Method: floodlightConfigurations.get

  • 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

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

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