Mulai 8 September 2025, setiap item baris baru harus menyatakan apakah item baris tersebut akan menayangkan iklan politik Uni Eropa (EU) atau tidak. Upload SDF dan API Display & Video 360 yang tidak memberikan pernyataan akan gagal. Lihat halaman penghentian penggunaan kami untuk mengetahui detail selengkapnya tentang cara memperbarui integrasi Anda untuk membuat pernyataan ini.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\u003cp\u003eRetrieves a specific creative belonging to a designated advertiser using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the advertiser ID and creative ID as path parameters in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eReturns the details of the requested creative in the response body if 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"]]],["This document details retrieving a specific creative using a `GET` request to the provided URL. The request requires two path parameters: `advertiserId` and `creativeId`, both as string representations of 64-bit integers. The request body must be empty. A successful response returns a `Creative` object. Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope. The described URL follows gRPC Transcoding syntax. There is also a test option to try it.\n"],null,["# Method: advertisers.creatives.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- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets a creative.\n\n### HTTP request\n\n`GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/creatives/{creativeId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the advertiser this creative belongs to. |\n| `creativeId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the creative to fetch. |\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 [Creative](/display-video/api/reference/rest/v3/advertisers.creatives#Creative).\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)."]]