Method: properties.displayVideo360AdvertiserLinkProposals.get
Suche nach einem einzelnen DisplayVideo360AdvertiserLinkAngebot.
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name des abzurufenden DisplayVideo360AdvertiserLinkOffers. Beispielformat: Properties/1234/displayVideo360AdvertiserLinkOffers/5678
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von DisplayVideo360AdvertiserLinkProposal
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
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: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-06 (UTC)."],[[["Retrieves a single DisplayVideo360AdvertiserLinkProposal using a GET request to a specified URL with path parameters."],["The request body should be empty and the response contains the DisplayVideo360AdvertiserLinkProposal if successful."],["Requires specific authorization scopes for accessing and retrieving the data."]]],["This document details retrieving a DisplayVideo360AdvertiserLinkProposal. Key actions include using a `GET` request to a specific URL: `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}`. The `name` path parameter, a string representing the proposal's identifier, is required. The request body should be empty. A successful response returns a DisplayVideo360AdvertiserLinkProposal instance. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scope. The URL uses gRPC Transcoding syntax.\n"]]