Method: floodlightGroups.floodlightActivities.get
Gets a Floodlight activity.
HTTP request
GET https://displayvideo.googleapis.com/v3/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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["This document outlines how to retrieve a specific Floodlight activity using an HTTP GET request with specified path and query parameters."],["Developers need to provide the Floodlight group ID, Floodlight activity ID, and partner ID to successfully fetch the activity details."],["The request body should be empty, and a successful response will contain a FloodlightActivity object."],["Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."],["Refer to the provided links for details on gRPC Transcoding and OAuth 2.0 for a comprehensive understanding."]]],["This describes how to retrieve a Floodlight activity using a GET request. The request URL requires `floodlightGroupId` and `floodlightActivityId` as path parameters, and `partnerId` as a query parameter. The request body must be empty. A successful response returns a `FloodlightActivity` object. Access requires the `https://www.googleapis.com/auth/display-video` authorization scope. The URL uses gRPC Transcoding syntax. There is a \"try it\" feature.\n"]]