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&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功能被关闭。请打开它。
任何想法如何梳理出来?或者有没有其他方法可以登录?
谢谢你的帮助。
不回答你的问题,而是通过拉动谷歌Analytics的数据* *到您的应用程序更是令人印象深刻的客户怎么办? http://stackoverflow.com/questions/2374032/embeddable-google-analytics-flair – 2010-03-24 15:39:40
@Pekka,感谢您的链接,有趣的东西,但需要更多的功能比数据仅供 – user187580 2010-03-24 16:05:43
我认为这是不工作了。 :( – Warface 2011-11-23 21:18:05