Grup Produk
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Search Ads 360 Reporting API versi baru kini tersedia. API baru menyediakan
meningkatkan fleksibilitas dalam membuat laporan kustom dan mengintegrasikan data ke dalam aplikasi pelaporan
dan proses. Pelajari lebih lanjut cara bermigrasi ke dan menggunakan
Pelaporan Search Ads 360 versi baru
Google Cloud Platform.
Kampanye Shopping menggunakan grup produk, bukan kata kunci, untuk menentukan kapan iklan harus ditampilkan.
Grup produk berbeda dari kata kunci dalam beberapa hal:
- Metrik secara otomatis mengambang dari satu grup produk ke grup produk lainnya sebagai bentuk
perubahan hierarki grup produk. Misalnya, jika pengiklan membagi lagi
"Semua produk" grup produk menjadi "Merek = X" dan "Lainnya", metrik akan berpindah
dari "Semua produk" ke grup turunan baru.
- Hanya "Aktif" grup produk disimpan di Search Ads 360. Metrik dihapus dari
grup produk yang dihapus dan mengambang ke "Aktif" kelompok produk.
- ID grup produk dapat berubah meskipun hierarki yang dihasilkan tidak berubah. Misalnya,
jika pengiklan mengubah setelan grup produk untuk mengecualikannya dari bidding, produk tersebut
ID grup akan berubah.
- Grup produk induk menampilkan jumlah metrik dari grup produk turunannya.
Saat membuat laporan tentang grup produk, lakukan tindakan berikut:
- Gunakan kolom
productGroup
di
productGroup
laporan untuk mengidentifikasi kelompok produk. Kolom ini berisi kriteria yang digunakan
membuat grup produk, yang tetap konstan meskipun ID grup produk berubah.
- Jika Anda menggabungkan metrik,
menggunakan filter untuk
hanya menyertakan kelompok produk yang merupakan {i>leaf node<i}. Hal ini mencegah penghitungan ganda
metrik yang digabungkan dari grup turunan ke grup induk. Perhatikan bahwa filter menentukan
jenis data yang ingin disertakan dalam laporan, sehingga filter Anda harus
hanya menyertakan kelompok produk yang tidak dibagi. Misalnya,
sertakan filter ini dalam permintaan Anda:
"filters": [
{
"column" : { "columnName": "productGroupPartitionType" },
"operator" : "notEquals",
"values" : [ "Subdivided" ]
}
]
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-08-20 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-20 UTC."],[[["\u003cp\u003eThe new Search Ads 360 Reporting API offers increased flexibility for creating custom reports and integrating data into reporting tools.\u003c/p\u003e\n"],["\u003cp\u003eShopping campaigns rely on product groups instead of keywords, with metrics dynamically shifting between product groups as the product-group tree evolves.\u003c/p\u003e\n"],["\u003cp\u003eWhen reporting on product groups, utilize the \u003ccode\u003eproductGroup\u003c/code\u003e column for identification and apply filters to aggregate metrics solely from leaf nodes, avoiding double-counting.\u003c/p\u003e\n"]]],["The Search Ads 360 Reporting API is available, offering flexibility for custom reports and data integration. Shopping campaigns use product groups, not keywords, to trigger ads. Product group metrics shift with tree changes; only \"Active\" groups are saved, and IDs can change. When reporting, use the `productGroup` column to identify groups. Filter to include only leaf nodes (not subdivided product groups) to prevent metric double-counting. Use the provided filter example.\n"],null,["# Product Groups\n\nThe new Search Ads 360 Reporting API is now available. The new API provides enhanced flexibility to build custom reports and integrate the data into your reporting applications and processes. Learn more about migrating to and using the [new Search Ads 360 Reporting\nAPI](https://developers.google.com/search-ads/reporting/overview).\n\nShopping campaigns use product groups instead of keywords to detemine when to show ads.\nProduct groups differ from keywords in several ways:\n\n- Metrics automatically float from one product group to another as the shape of the product-group tree changes. For example, if an advertiser subdivides the \"All products\" product group into \"Brand = X\" and \"Everything else\", metrics will move from \"All products\" to the new child groups.\n- Only \"Active\" product groups are saved in Search Ads 360. Metrics are removed from deleted product groups and floated onto \"Active\" product groups.\n- Product group IDs may change even though the resulting tree is unchanged. For example, if an advertiser changes a product group setting to exclude it from bidding, the product group's ID will change.\n- Parent product groups show the sum of metrics from their child product groups.\n\nWhen reporting on product groups, do the following:\n\n1. Use the `productGroup` column in the [`productGroup`](/search-ads/v2/report-types/productGroup) report to identify the product group. This column contains the criteria that were used create the product group, which remain constant even if product group IDs change.\n2. If you're aggregating metrics, [use a filter](/search-ads/v2/how-tos/reporting/filtered-reports) to include only those product groups that are leaf nodes. This prevents double-counting metrics that are rolled up from child to parent groups. Note that filters specify the types of data you want to **include** in the report, so your filter should include only those product groups that are **not subdivided** . For example, include this filter in your request: \n\n ```\n \"filters\": [\n {\n \"column\" : { \"columnName\": \"productGroupPartitionType\" },\n \"operator\" : \"notEquals\",\n \"values\" : [ \"Subdivided\" ]\n }\n ]\n ```"]]