Method: advertisers.creatives.get
Mendapatkan materi iklan.
Permintaan HTTP
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/creatives/{creativeId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
advertiserId |
string (int64 format)
Wajib. ID pengiklan yang memiliki materi iklan ini.
|
creativeId |
string (int64 format)
Wajib. ID materi iklan yang akan diambil.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance Creative
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/display-video
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-02-25 UTC."],[[["Retrieves a specific creative belonging to a designated advertiser using a GET request."],["Requires specifying the advertiser ID and creative ID as path parameters in the request URL."],["Returns the details of the requested creative in the response body if successful."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["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"]]