Aprueba una DisplayVideo360AdvertiserLinkProposal. Se borrará DisplayVideo360AdvertiserLinkProposal y se creará un nuevo DisplayVideo360AdvertiserLink.
Solicitud HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve
Obligatorio. Es el nombre de la DisplayVideo360AdvertiserLinkProposal que se debe aprobar. Formato de ejemplo: properties/1234/displayVideo360AdvertiserLinkProposals/5678
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Es un mensaje de respuesta para la RPC displayVideo360AdvertiserLinkProposals.approve.
Si se ejecuta correctamente, el cuerpo de la respuesta contendrá datos con la siguiente estructura:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]