Method: floodlightGroups.floodlightActivities.get
Ruft eine Floodlight-Aktivität ab.
HTTP-Anfrage
GET https://displayvideo.googleapis.com/v3/floodlightGroups/{floodlightGroupId}/floodlightActivities/{floodlightActivityId}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
floodlightGroupId |
string (int64 format)
Erforderlich. Die ID der übergeordneten Floodlight-Gruppe, zu der die angeforderte Floodlight-Aktivität gehört.
|
floodlightActivityId |
string (int64 format)
Erforderlich. Die ID der abzurufenden Floodlight-Aktivität.
|
Abfrageparameter
Parameter |
partnerId |
string (int64 format)
Erforderlich. Die ID des Partners, über den auf die Floodlight-Aktivität zugegriffen wird.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von FloodlightActivity
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/display-video
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]