下面介绍如何集成商家报告 API 与您的现有 Content API for Shopping 实现。
请求
对于 Merchant Reports API,请使用以下请求网址格式:
POST https://merchantapi.googleapis.com/reports/v1beta/{parent}/reports:search
以下是 Content API for Shopping 与 Merchant Center 账号的对比情况
适用于 search
请求的 Reports API:
Content API | 商家 API | |
网址 | https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/reports/search | https://merchantapi.googleapis.com/reports/v1beta/{parent}/reports:search |
标识符 | {merchantId}
|
{parent}
|
方法
您可以通过调用
ReportService.Search
方法。
观看次数
在 Merchant API 中,表格名称已从 CammelCase
更改为 snake_case
。
MerchantPerformanceView
现已改为 product_performance_view
。
下面是 Content API for Shopping 中的表格名称与 Merchant API:
Content API | 商家 API |
MerchantPerformanceView
|
product_performance_view
|
ProductView
|
product_view
|
PriceCompetitivenesProductView
|
price_competitiveness_product_view
|
PriceInsightsProductView
|
price_insights_product_view
|
BestSellersBrandView
|
best_sellers_brand_view
|
BestSellersProductClusterView
|
best_sellers_product_cluster_view
|
CompetitiveVisibilityCompetitorView
|
competitive_visibility_competitor_view
|
CompetitiveVisibilityTopMerchantView
|
competitive_visibility_top_merchant_view
|
CompetitiveVisibilityBenchmarkView
|
competitive_visibility_benchmark_view
|
在 Merchant API 中,指定字段前缀,例如 segments.offer_id
不再是必填字段。只需使用字段名称 offer_id
即可。
以下是 Content API for Shopping 和 Merchant API:
Content API | 商家 API |
SELECT segments.offer_id, metrics.clicks FROM MerchantPerformanceView WHERE segments.date DURING LAST_7_DAYS |
SELECT offer_id, clicks FROM product_performance_view WHERE date DURING LAST_7_DAYS |
以下是示例响应:
Content API | 商家 API |
{ "segments":{ "offerId":"abc" }, "metrics":{ "clicks":"123" } } |
{ "productPerformanceView" : { "offerId": "abc", "clicks": "123" } } |
表名称可用作字段前缀。例如,offer_id
和
Merchant API 查询中接受 product_performance_view.offer_id
。
性能
以下是 Merchant Reports API 中效果视图的变化:
Content API | 商家 API | 说明 |
segments.program :字符串
|
marketing_method :字符串
|
program 细分已替换为新的 marketing_method 字段。如需了解详情,请参阅新的 marketing method 值。
|
metrics.ctr :双精度
|
clickThroughRate :双精度
|
“ctr ”指标已重命名为 clickThroughRate
|
metrics.conversionValueMicros :整数
segments.currencyCode :字符串
|
conversionValue: {
|
金额微单位和货币字段合并为一个类型为 Price 的字段
|
metrics.orders,
|
不支持 | Merchant Reports API 不支持 Google 易购指标 |
新的营销方法值
segments.program
值和 marketing_method
值之间的对应关系如下:
Content API | 商家 API |
SHOPPING_ADS
|
ADS
|
FREE_PRODUCT_LISTING
|
ORGANIC
|
FREE_LOCAL_PRODUCT_LISTING
|
ORGANIC
|
BUY_ON_GOOGLE_LISTING
|
不支持 |
产品
以下是 Merchant Reports API 中商品视图的变化:
Content API | 商家 API | 说明 |
productView.id :字符串
|
id :字符串
|
字段格式从 channel:language:targetCountry:offerId 更改为 channel~language~feedLabel~offerId
|
productView.priceMicros :整数
productView.currencyCode :字符串
|
price: {
|
金额微单位和货币字段合并为一个类型为 Price 的字段
|
productView.aggregated_destination_status :字符串
|
aggregated_reporting_context_status :字符串
|
aggregated_destination_status 字段已重命名为 aggregated_reporting_context_status ,值没有更改
|
productView.item_issues: [
|
item_issues: [
|
“ItemIssue ”的定义已更改
|
不支持 | feedLabel :字符串
|
引入了 feedLabel 字段
|
价格分析
Merchant Reports API 中的价格分析视图发生了以下变化:
Content API | 商家 API | 说明 |
productView.id :字符串
|
id :字符串
|
字段格式从 channel:language:targetCountry:offerId 更改为 channel~language~feedLabel~offerId
|
productView.priceMicros :整数
productView.currencyCode :字符串
|
price: {
|
金额微单位和货币字段合并为一个类型为 Price 的字段
|
priceInsights.suggestedPriceMicros :整数
priceInsights.suggestedPriceCurrencyCode :字符串
|
suggestedPrice: {
|
金额微单位和货币字段合并为一个类型为 Price 的字段
|
priceInsights.predictedGrossProfitChangeFraction :双精度
priceInsights.predictedMonthlyGrossProfitChangeMicros :整数
priceInsights.predictedMonthlyGrossProfitChangeCurrencyCode :字符串
|
不支持 | Merchant Reports API 中不支持与毛利润变化相关的字段 |
价格竞争力
以下是商家报告中的价格竞争力视图发生的变化 API:
Content API | 商家 API | 说明 |
productView.id :字符串
|
id :字符串
|
字段格式从 channel:language:targetCountry:offerId 更改为 channel~language~feedLabel~offerId
|
productView.priceMicros :整数
productView.currencyCode :字符串
|
price: {
|
金额微单位和货币字段合并为一个类型为 Price 的字段
|
priceCompetitiveness.countryCode :字符串
|
reportCountryCode :字符串
|
countryCode 字段已重命名为 reportCountryCode
|
priceCompetitiveness.benchmarkPriceMicros :整数
priceCompetitiveness.benchmarkPriceCurrencyCode :字符串
|
benchmarkPrice: {
|
金额微单位和货币字段合并为一个类型为 Price 的字段
|
畅销商品
Merchant Reports API 中畅销商品数据视图的变化如下:
Content API | 商家 API | 说明 |
bestSellers.countryCode :字符串
|
reportCountryCode :字符串
|
countryCode 字段已重命名为 reportCountryCode
|
bestSellers.categoryId :整数
|
reportCategoryId :整数
|
categoryId 字段已重命名为 reportCategoryId
|
竞争洞察
Merchant Reports API 中竞争洞察视图的变化如下:
Content API | 商家 API | 说明 |
competitiveVisibility.countryCode :字符串
|
reportCountryCode :字符串
|
countryCode 字段已重命名为 reportCountryCode
|
competitiveVisibility.categoryId :整数
|
reportCategoryId :整数
|
categoryId 字段已重命名为 reportCategoryId
|