A partir del 8 de septiembre de 2025, cada elemento de la línea nuevo deberá declarar si publicará anuncios políticos de la Unión Europea (UE). Las cargas de la API de Display & Video 360 y del SDF que no proporcionen declaraciones fallarán. Consulta nuestra página de bajas para obtener más detalles sobre cómo actualizar tu integración y realizar esta declaración.
Obligatorio. El ID del público de Google que se recuperará.
Parámetros de consulta
Parámetros
Parámetro de unión accessor. Obligatorio. Identifica en qué entidad de DV360 se realiza la solicitud. La solicitud GET solo mostrará las entidades de público de Google a las que la entidad de DV360 identificada en accessor puede acceder. accessor puede ser solo uno de los siguientes:
[null,null,["Última actualización: 2025-07-25 (UTC)"],[[["\u003cp\u003eRetrieves a Google audience based on its ID using an HTTP GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying either a partner or advertiser ID to determine access to the audience.\u003c/p\u003e\n"],["\u003cp\u003eReturns details about the requested Google audience if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eProvides an option to try out the request using the provided URL and parameters.\u003c/p\u003e\n"]]],["This content describes how to retrieve a Google audience using a `GET` request. The request URL uses gRPC Transcoding syntax and requires a `googleAudienceId` path parameter. A `accessor` query parameter, which can be either a `partnerId` or `advertiserId`, is necessary to specify the DV360 entity accessing the audience. The request body must be empty, and the response body returns a `GoogleAudience` instance if successful. Authorization is required via the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"],null,["# Method: googleAudiences.get\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets a Google audience.\n\n### HTTP request\n\n`GET https://displayvideo.googleapis.com/v3/googleAudiences/{googleAudienceId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| `googleAudienceId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the Google audience to fetch. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union parameter `accessor`. Required. Identifies which DV360 entity the request is being made within. The GET request will only return Google audience entities that are accessible to the DV360 entity identified within the `accessor`. `accessor` can be only one of the following: ||\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the partner that has access to the fetched Google audience. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the advertiser that has access to the fetched Google audience. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [GoogleAudience](/display-video/api/reference/rest/v3/googleAudiences#GoogleAudience).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]