我需要顯示的純HTML儀表板「或「自定義組件」在下面的鏈接https://ga-dev-tools.appspot.com/demos/embed-api/顯示「純HTML儀表板」或「自定義組件」使用分析API
我所描繪的谷歌Analytics帳戶&它顯示我的實時統計完全爲我的網站,但我需要使用API顯示在下面的鏈接,以顯示相同的: https://github.com/googleanalytics/embed-api-demos/blob/master/site/3-custom-components.html
我已經取代我的客戶ID下面的代碼:
gapi.analytics.auth.authorize({
container: 'auth',
clientid: '623325626209-j1jm9d78ge0v4uf8b9cor31qsirungrq.apps.googleusercontent.com',
});
我也更新結束日期爲當前日期如下:
query: {
'metrics': 'ga:sessions',
'dimensions': 'ga:date',
'start-date': '30daysAgo',
'end-date': '2014-09-05'
},
所以,當我運行的代碼,它顯示了一個按鈕「訪問谷歌Analytics(分析)」,當我點擊它,我得到以下錯誤:
- 這是一個錯誤。
錯誤:origin_mismatch
應用:項目默認服務帳戶
您可以通過電子郵件這個應用程序在開發者:[email protected] 請求細節
=
scope=https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/userinfo.email
response_type=code token id_token gsession
redirect_uri=postmessage
cookie_policy=single_host_origin
proxy=oauth2relay591552393
state=524099008|0.3938720987
origin=http://localhost:27363
include_granted_scopes=true
client_id=656169223314-dbc8l4c7ro20hn8vcqqtd9rhd0e6arcb.apps.googleuserconte
有人能PLS幫助我解決這個問題?提前
感謝名單
當然,我會嘗試上述..很多很多 – Dev 2014-09-05 09:32:29