I'm developing a backoffice for a website in PHP.
In that backoffice I would like to output some google analytics info refering to that site. And only that site.
For that, I looked into the google analytics API, but I'm having some problems that I don't know if can overcome.
I don't want the API to ask for the user to login or authorization. I want the API to access always the same account (mine) and not another google analytics account, so no authorization required.
Can that be done? Can someone point me to a good tutorial about using the API in the context I'm looking for?
Thank You.