Link to home
Start Free TrialLog in
Avatar of sittinDuck
sittinDuck

asked on

Auto-login to Google Analytics

Hello experts,

Is there any script that can log people automatically into Google Analytics? I want to implement a link from my PHP application to Google Analytics, but don't want to login everytime.

I'm only using my own Google account, so I don't need something fancy.

Would be nice if a solution like "http://www.google.com/analytics/?username=username&password=password" was possible.

Thank you!
Avatar of stilliard
stilliard
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi sittinDuck,
I don't think anything like that exists, what with the large security concerns in having the password visible in the URL.
Your best bet is to use the gdata export oauth api, some docs on it over here, but it can be a big job to implement:
http://code.google.com/apis/analytics/docs/gdata/2.0/gdataProtocol.html#RetrievingAccounts
ASKER CERTIFIED SOLUTION
Avatar of pixalax
pixalax
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial