1

当我尝试使用过滤器进行分析时ga:pageviewsga:pagePath=~^/dr/我遇到了以下问题。(使用谷歌分析 API V3)

输出:它应该从我的网站返回所有带有pageviews的url。(从 2008 年到 2013 年)

{
  "code" : 503,
  "errors" : [ {
    "domain" : "global",
    "message" : "Backend Error",
    "reason" : "backendError"
  } ],
  "message" : "Backend Error"
}

com.google.api.client.googleapis.json.GoogleJsonResponseException:503 服务不可用

任何人都可以帮助解决这个问题吗?

4

1 回答 1

0

Happens when the google is unable to process your request. If you have lots of traffic between 2008-2013, then try breaking it up so that the google can process.

But if you're still seeing error with small date range with few metrics and dimensions set, then implement exponential backup algo to fetch data as recommended here https://developers.google.com/analytics/devguides/reporting/core/v3/coreErrors

Otherwise, upgrade to premium and ask for your money back when the google not performing :)

于 2013-06-12T03:32:10.793 回答