Perhatian: Anda sedang melihat dokumentasi untuk antarmuka REST API. Sebagian besar library klien resmi kami menggunakan gRPC. Lihat
Pengantar REST untuk mengetahui detailnya.
ConversionActionOperation
Satu operasi (membuat, memperbarui, menghapus) pada tindakan konversi.
Representasi JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (ConversionAction )
},
"update": {
object (ConversionAction )
},
"remove": string
// End of list of possible types for union field operation .
} |
Kolom |
updateMask |
string (FieldMask format)
FieldMask yang menentukan kolom resource mana yang diubah dalam update. Ini adalah daftar yang dipisahkan koma yang berisi nama kolom yang sepenuhnya memenuhi syarat. Contoh: "user.displayName,photo" .
|
Kolom union operation . Operasi mutasi. operation hanya dapat berupa salah satu dari berikut: |
create |
object (ConversionAction )
Buat operasi: Tidak ada nama resource yang diharapkan untuk tindakan konversi baru.
|
update |
object (ConversionAction )
Operasi pembaruan: Tindakan konversi diharapkan memiliki nama resource yang valid.
|
remove |
string
Operasi penghapusan: Nama resource untuk tindakan konversi yang dihapus diharapkan, dalam format ini: customers/{customerId}/conversionActions/{conversionActionId}
|
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-03-06 UTC.
[null,null,["Terakhir diperbarui pada 2025-03-06 UTC."],[[["This documentation describes how to perform a single operation (create, update, or remove) on a Google Ads conversion action using JSON."],["Operations are defined using a JSON object that includes an `updateMask` and an `operation` field specifying the action type and details."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific requirements for providing resource names and data."],["For `create`, a new conversion action object is provided without a resource name; for `update`, an existing conversion action with a resource name is updated; and for `remove`, only the resource name of the conversion action to be removed is needed."]]],[]]