Sebagian atau seluruh informasi di halaman ini mungkin tidak berlaku untuk Trusted Cloud dari S3NS. Lihat Perbedaan dari Google Cloud untuk mengetahui detail selengkapnya.
Data Tolok Ukur Harga di BigQuery membantu penjual memahami cara penjual lain menetapkan harga untuk produk yang sama. Saat data pelaporan Google Merchant Center Anda ditransfer ke BigQuery, format tabel Products_PriceBenchmarks_ akan memberikan tolok ukur harga harian per negara dan per produk.
Data ditulis ke tabel bernama
Products_PriceBenchmarks_MERCHANT_ID jika Anda
menggunakan ID Penjual individual, atau
Products_PriceBenchmarks_AGGREGATOR_ID jika Anda
menggunakan akun MCA.
Skema
Tabel Products_PriceBenchmarks memiliki skema berikut:
Kolom
Jenis data BigQuery
Deskripsi
product_id
STRING
ID REST Content API produk dalam bentuk:
channel:content_language:feed_label:offer_id, mirip dengan
cara yang ditetapkan dalam
skema tabel produk. Kolom ini adalah kunci utama.
merchant_id
INTEGER
ID akun penjual.
aggregator_id
INTEGER
ID akun agregator untuk akun multiklien.
country_of_sale
STRING
Negara tempat pengguna melakukan kueri di Google.
price_benchmark_value
FLOAT
Harga rata-rata berdasarkan klik untuk produk tertentu di semua penjual yang mengiklankan produk yang sama di iklan Shopping. Produk dicocokkan berdasarkan GTIN-nya. Untuk detail selengkapnya, lihat
artikel Pusat Bantuan.
price_benchmark_currency
STRING
Mata uang nilai tolok ukur.
price_benchmark_timestamp
DATETIME
Stempel waktu benchmark.
Contoh: membandingkan harga produk dengan tolok ukur
Kueri SQL berikut menggabungkan data Products dan Price Benchmarks untuk menampilkan
daftar produk dan tolok ukur terkait.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-17 UTC."],[[["\u003cp\u003eThe Google Merchant Center Price Benchmarks report in BigQuery will be discontinued on September 1, 2025, and users are advised to migrate to the Price Competitiveness report.\u003c/p\u003e\n"],["\u003cp\u003ePrice Benchmarks data allows merchants to analyze how their product pricing compares to other merchants selling the same items, providing a daily benchmark per product and country.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProducts_PriceBenchmarks_\u003c/code\u003e table contains detailed information including product ID, merchant ID, country of sale, price benchmark value, currency, and timestamp.\u003c/p\u003e\n"],["\u003cp\u003eProducts are matched to one another using their GTIN, and the price benchmark is the average click-weighted price across all merchants advertising the same product on Shopping ads.\u003c/p\u003e\n"],["\u003cp\u003eThe provided SQL example shows how to join \u003ccode\u003eProducts\u003c/code\u003e and \u003ccode\u003ePrice Benchmarks\u003c/code\u003e tables to get a list of products and their associated benchmarks, with the caveat that inner or left joins must be used as not all products will have a benchmark.\u003c/p\u003e\n"]]],[],null,[]]