1

フィルターとして分析を取得しようとするとga:pageviews、次の問題が発生します。ga:pagePath=~^/dr/(Google アナリティクス API V3 を使用)

出力:私のサイトのすべてのURLがpageviewsで返されるはずです。(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 に答える