Method: advertisers.locationLists.patch
Memperbarui daftar lokasi. Menampilkan daftar lokasi yang diperbarui jika berhasil.
Permintaan HTTP
PATCH https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/locationLists/{locationList.locationListId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
advertiserId |
string (int64 format)
Wajib. ID pengiklan DV360 yang memiliki daftar lokasi.
|
locationList.locationListId |
string (int64 format)
Hanya output. ID unik daftar lokasi. Ditugaskan oleh sistem.
|
Parameter kueri
Parameter |
updateMask |
string (FieldMask format)
Wajib. Mask untuk mengontrol kolom yang akan diperbarui. Ini adalah daftar dipisahkan koma yang berisi nama-nama kolom yang sepenuhnya memenuhi syarat. Contoh: "user.displayName,photo" .
|
Isi permintaan
Isi permintaan memuat instance LocationList
.
Isi respons
Jika berhasil, isi respons memuat instance LocationList
.
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."],[[["Updates an existing location list for a given advertiser in Display & Video 360."],["Requires providing the advertiser ID and location list ID as path parameters in the request URL."],["Uses an `updateMask` query parameter to specify the fields to be updated within the location list."],["The request and response bodies both utilize the `LocationList` resource structure."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],[]]