Method: properties.displayVideo360AdvertiserLinkProposals.approve
Genehmigt einen DisplayVideo360AdvertiserLinkProposal. Der DisplayVideo360AdvertiserLinkProposal wird gelöscht und ein neuer DisplayVideo360AdvertiserLink wird erstellt.
HTTP-Anfrage
POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name des zu genehmigenden DisplayVideo360AdvertiserLinkProposal. Beispielformat: properties/1234/displayVideo360AdvertiserLinkProposals/5678
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwortnachricht für displayVideo360AdvertiserLinkProposals.approve RPC.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
Felder |
displayVideo360AdvertiserLink |
object (DisplayVideo360AdvertiserLink )
Der DisplayVideo360AdvertiserLink, der durch die Genehmigung des Angebots erstellt wurde.
|
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
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: 2025-01-14 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-01-14 (UTC)."],[[["Approves a DisplayVideo360AdvertiserLinkProposal, deleting the proposal and creating a new DisplayVideo360AdvertiserLink."],["Sends an empty request body to the endpoint `POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve`."],["Requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope for access."],["Upon successful approval, the response includes the newly created DisplayVideo360AdvertiserLink object."]]],["This describes the process for approving a DisplayVideo360AdvertiserLinkProposal. A POST request is sent to `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve`, with the `name` path parameter specifying the proposal to approve. The request body must be empty. Upon success, the proposal is deleted and a new DisplayVideo360AdvertiserLink is created, with the details returned in the response body, in JSON format under the `displayVideo360AdvertiserLink` key. The request requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope.\n"]]