Method: floodlightGroups.floodlightActivities.get

  • This page details how to get a Floodlight activity using a GET HTTP request.

  • The request requires floodlightGroupId and floodlightActivityId as path parameters and partnerId as a query parameter.

  • The request body must be empty.

  • A successful response body contains an instance of FloodlightActivity.

  • The request requires the https://www.googleapis.com/auth/display-video OAuth scope for authorization.

Gets a Floodlight activity.

HTTP request

GET https://displayvideo.googleapis.com/v4/floodlightGroups/{floodlightGroupId}/floodlightActivities/{floodlightActivityId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
floodlightGroupId

string (int64 format)

Required. The ID of the parent Floodlight group to which the requested Floodlight activity belongs.

floodlightActivityId

string (int64 format)

Required. The ID of the Floodlight activity to fetch.

Query parameters

Parameters
partnerId

string (int64 format)

Required. The ID of the partner through which the Floodlight activity is being accessed.

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/display-video

For more information, see the OAuth 2.0 Overview.