【问题标题】:Business Profile Performance: values are differente than GBP App业务概况性能:值与 GBP App 不同
【发布时间】:2023-02-09 00:09:40
【问题描述】:

Google Business Profile Performance API 返回的值与 Google 业务资料应用程序中的值之间存在差距。

例如,2022 年 7 月 14 日,Google Business Profile Performance API 为 BUSINESS_DIRECTION_REQUESTS 指标提供了一个 28 的值。

请求参数:

{
  "dailyMetric": "BUSINESS_DIRECTION_REQUESTS",
  "dailyRange.startDate.day": 20,
  "dailyRange.startDate.month": 7,
  "dailyRange.startDate.year": 2021,
  "dailyRange.endDate.day": 17,
  "dailyRange.endDate.month": 7,
  "dailyRange.endDate.year": 2022,
  "name": "locations/10[...]19"
}

7月14日回复:

{
  "date": {
    "year": 2022,
    "month": 7,
    "day": 14
  },
  "value": "28"
}

同一天,在 Google Business Profile 应用程序上,客户操作图表为我提供了 40 个行程请求:

如何解释这种价值观的差距?

【问题讨论】:

  • 我完全不熟悉这项服务,但是,假设 BUSINESS_DIRECTION_REQUESTS 等同于 Demande d'itineraire 并且位置匹配,我想知道差异是否来自不同的时区。 API 使用哪个时区?我假设“14 juillet 2022”图表本地化到您的时区?你有第三个来源可以用来证实吗?
  • @DazWilkin 我正在使用 UTC 时间来请求 Google 的 API:new Date(new Date().setDate(new Date().getDate() - 365)).setUTCHours(0, 0, 0, 0); 该位置的时区是 UTC + 2,这个差距太短无法解释这种差异
  • 如果您假设指标是线性的,那么是的。我鼓励您消除两组之间的差异(即查询两者的 UTC+2)以隔离差异。

标签: google-api google-business-profile-api


【解决方案1】:

我遇到了同样的问题,其中 BUSINESS_DIRECTION_REQUESTS 远低于其旧的、据称等效的指标 actions_driving_directions。我联系了 Google Profile,这是他们的回答:

“随着新的 Performance API 的发展,一个唯一用户在一天内的多次展示被计为一次展示。”

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2022-01-13
    • 1970-01-01
    • 2017-12-10
    • 2010-11-04
    • 2012-08-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多