Perhatian: Anda sedang melihat dokumentasi untuk antarmuka REST API. Sebagian besar library klien resmi kami menggunakan gRPC. Lihat
Pengantar REST untuk mengetahui detailnya.
AdGroupCriterionLabelOperation
Satu operasi (buat, hapus) pada label kriteria grup iklan.
Representasi JSON |
{
// Union field operation can be only one of the following:
"create": {
object (AdGroupCriterionLabel )
},
"remove": string
// End of list of possible types for union field operation .
} |
Kolom |
Kolom union operation . Operasi mutasi. operation hanya dapat berupa salah satu dari berikut: |
create |
object (AdGroupCriterionLabel )
Buat operasi: Tidak ada nama resource yang diharapkan untuk label grup iklan baru.
|
remove |
string
Hapus operasi: Nama resource untuk label kriteria grup iklan yang dihapus, dalam format ini: customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}
|
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 2024-11-05 UTC.
[null,null,["Terakhir diperbarui pada 2024-11-05 UTC."],[[["This documentation describes how to perform single operations (create or remove) on ad group criterion labels using JSON."],["The JSON request must include an `operation` field specifying either \"create\" with an AdGroupCriterionLabel object or \"remove\" with a resource name."],["When creating a new ad group criterion label, no resource name is required; when removing, provide the full resource name in the specified format."]]],[]]