How to use Google analytic report in SEO module
From TomatoCMS Documentation
From 2.0.7 version, TomatoCMS can show Google Analytic reports
Click Module/seo/Google analytic report
We retrieve data from google via your account, so you have to have a google account, if you have not login yet, system will require you to login, and then you have to grant access
After grant access, system will retrieve data of all website you was allowed
If you want you can config by manual, so you don’t have to login and grant access when view google analytic report.
Insert following code into application/modules/seo/config/config.ini file
[google] username = "your_email" password = "your_password"
At here, choose website, period of time you want to view report and you will see chart to represent statistics of
- Visit, Unique visitors, Page views, Time on site and Bounce rate
- Browser, Operating system and Screen resolution
- Traffic source and keywords
- Top viewed pages and top exit pages
You can select parameter you want to view on left site.
TomatoCMS gets all data at once time, therefore if you switch between reports, you don't have to wait for data loading.
You can move the mouse over the points on chart to see the details data.
And other interesting point, we used Javascript, not Flash, to render the chart. It is more easy for us to improve and customize the chart later.


