Can I make a public Google analytics result?

I work for a small company, and we, like many others, use Google Analytics to monitor how well / poorly our site works. To access this information, we added google account details (username and pwd) and we leave.

Now I want to share this information with one of my clients, but I do not want to give him my google account.

Can anyone suggest a better way or better methods to achieve this?

Many thanks Lp

+6
google analytics
source share
4 answers

Given that you want to “publish it,” you can extract the corresponding data through the Google Analytics API , only access works exactly the same as the regular Google data API - this way you can serve it from your site without restrictions.

This still leaves a representation of this data, but at least you have full control over it.

+5
source share
  • the client can provide you with an HIS account, and you give the right to view your account.
  • You create an anothe rgoogle account for read-only access, give her read access to your google analytics, and send the password to this client.

I really don't see a problem here;)

0
source share

Check out EmbeddedAnalytics . This is a service specifically designed so that you can define attractive charts for Google Analytics data and then embed them on your site. The service uses the Google Analytics API.

(disclosure: I work with EmbeddedAnalytics).

0
source share

Now you can use Google Analytics to implement the API . Customers still need to have a Google account.

0
source share

All Articles