Google Merchant Center 价格竞争力表架构

价格竞争力表架构

BigQuery 中的“价格竞争力”数据可帮助商家了解其他商家对同一商品的定价。当您的 Google Merchant Center 报告数据转移到 BigQuery 时,PriceCompetitiveness_ 表的格式会提供每个国家/地区和每件商品的每日价格基准。价格竞争力表还包含商品的一些其他属性,以帮助您了解您的价格在某个维度的竞争力,例如某个类别或品牌。

如果您使用的是个人商家 ID,数据会写入名为 PriceCompetitiveness_MERCHANT_ID 的表;如果您使用的是 MCA 账号,则会写入名为 PriceCompetitiveness_AGGREGATOR_ID 的表。

PriceCompetitiveness_ 表具有以下架构:

BigQuery 数据类型 说明 示例值
aggregator_id INTEGER 多客户账号 (MCA) ID(如果商家属于 MCA)。否则为 null。
merchant_id INTEGER Google Merchant Center 账号 ID。
id STRING 商品的 Content API REST ID,格式为 channel:content_language:feed_label:offer_id,与商品表架构中的定义方式类似。
title STRING 商品的名称。
brand STRING 商品的品牌。
offer_id STRING 商家为此商品提供的优惠 ID。
benchmark_price RECORD 特定商品按点击次数加权平均后的价格,根据使用购物广告宣传此商品的所有商家的售价计算得出。根据 GTIN 匹配商品。如需了解详情,请参阅关于价格竞争力报告的帮助中心文章 $1 表示为:
amount_micros: 1000000
currency: USD
price RECORD 此商品的价格。 $1 表示为:
amount_micros: 1000000
currency: USD
report_country_code STRING 用户在 Google 上执行查询时所在国家/地区的代码 CH、US
product_type_l1 STRING 商品的商品类型。
product_type_l2 STRING 商品的商品类型。
product_type_l3 STRING 商品的商品类型。
product_type_l4 STRING 商品的商品类型。
product_type_l5 STRING 商品的商品类型。
category_l1 STRING 商品的 Google 商品类别。
category_l2 STRING 商品的 Google 商品类别。
category_l3 STRING 商品的 Google 商品类别。
category_l4 STRING 商品的 Google 商品类别。
category_l5 STRING 商品的 Google 商品类别。