2010-03-24 115 views
1

我曾嘗試以下類似的步驟此Auto login to Google Analytic to impress clients自動登錄到Google Analytics(分析)?

<form id="googleanalyticslogin" action="https://www.google.com/accounts/ServiceLoginBoxAuth" method="post"> 
<input type="text" name="Email" class="gaia le val" id="Email" size="18" value="[email protected]" /> 
<input type="password" name="Passwd" class="gaia le val" id="Passwd" size="18" value="Passw0rd" /> 
<input type="checkbox" name="PersistentCookie" value="yes" /> 
<input type="hidden" name="rmShown" value="1" /> 
<input type="hidden" name="continue" value="http://www.google.com/analytics/home/?et=reset&amp;hl=en-US" /> 
<input type="hidden" name="service" value="analytics" /> 
<input type="hidden" name="nui" value="1" /> 
<input type="hidden" name="hl" value="en-US" /> 
<input type="hidden" name="GA3T" value="oCGYxIWWGUE" /> 
<input type="hidden" name="GALX" value="3Jces-nq404" /> 
<input type="submit" /> 
</form> 

上提到,但是當我提交表單,我得到您的瀏覽器的cookie功能被關閉。請打開它。

任何想法如何梳理出來?或者有沒有其他方法可以登錄?

謝謝你的幫助。

+0

不回答你的問題,而是通過拉動谷歌Analytics的數據* *到您的應用程序更是令人印象深刻的客戶怎麼辦? http://stackoverflow.com/questions/2374032/embeddable-google-analytics-flair – 2010-03-24 15:39:40

+0

@Pekka,感謝您的鏈接,有趣的東西,但需要更多的功能比數據僅供 – user187580 2010-03-24 16:05:43

+0

我認爲這是不工作了。 :( – Warface 2011-11-23 21:18:05

回答

相關問題