views:

219

answers:

1

Hello

I have tried following similar steps as mentioned on this Auto login to Google Analytic to impress clients page

<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;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>

but when I submit form I get Your browser's cookie functionality is turned off. Please turn it on.

Any ideas how to sort it out? Or is there any alternative way to login?

Thank you for your help.

A: 

Hello,

We have the same problem. We don't want to retrieve data from the API. The data representation on GA is just great. We just want to avoid the login step and just display a link in our client's CMS.

We get the same error here, so if anybody has an answer... that would be awsome.

The purpose is not to "impress" our client, but just make his experience a bit easier.

Thx mig

Mig