החל מ-8 בספטמבר 2025, בכל פריט חדש צריך להצהיר אם הוא יציג מודעות פוליטיות באיחוד האירופי (EU) או לא. העלאות של קובצי SDF ושל Display & Video 360 API שלא כוללות הצהרות ייכשלו. מידע נוסף על אופן העדכון של האינטגרציה כדי להוסיף את ההצהרה הזו זמין בדף ההוצאה משימוש.
פרמטר האיחוד accessor. חובה. מזהה את הישות ב-DV360 שבה הבקשה נשלחת. בקשת ה-GET תחזיר רק ישויות של קהלים ב-Google שגושרת DV360 שזוהה ב-accessor יכולה לגשת אליהן. הערך של accessor יכול להיות רק אחת מהאפשרויות הבאות:
[null,null,["עדכון אחרון: 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)."]]