Method: floodlightActivities.get

  • Retrieves a specific floodlight activity using its ID and the user profile ID.

  • The request is made using an HTTP GET method to a defined URL structure with specified path parameters.

  • No request body is needed, but a successful response returns details of the floodlight activity.

  • Authorization is necessary using the dfatrafficking OAuth scope.

Gets one floodlight activity by ID.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightActivities/{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 activity ID.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of FloodlightActivity.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking