Google Analytics

21 posts by 8 authors in: Forums > CMS Builder
Last Post: November 6, 2011   (RSS)

By Toledoh - November 1, 2010

Hi Guys.

I want to display some form of web stats within CMSB. I think the easiest thing would be to generate a standard PDF report from Google Analytics via email and use the Email Download Plugin to capture it into the admin.... however one host I work with does not support that plugin. Any other ideas on how I could achieve a similar result?
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Google Analytics

By Damon - November 2, 2010 - edited: November 2, 2010

Hi Tim,

Although this may not be the solution to what you are describing, an alternative option is to display (embed) site stats in the homepage of CMS Builder.

Take a look at the attached screenshot.
[img]http://www.interactivetools.com/iforum/Products_C2/CMS_Builder_F35/Google_Analytics_P84317/gforum.cgi?do=post_attachment;postatt_id=3223;t=search_engine[/img]

I have edited the home page using the free Modify Homepage plugin here:
http://www.interactivetools.com/add-ons/detail.php?Modify-Homepage-1028

Then I added stats widget. It's not Google Analytics but from piwik.org, a php web anylytics you install on the site. I'm not sure what Google Analytics has available for displaying stats content.

In addition to the stats you can also add any other content and links to this page as well.

Hope this gives you some ideas. :)
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Attachments:

modify_homepage.png 159K

Re: [Damon] Google Analytics

By Toledoh - November 2, 2010

How good is that!

Excellent - thanks!
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Google Analytics

By KCMedia - November 4, 2010

Hi Tim

I was thinking the same thing about this the other week as the home page is very plain so i was looking around and found this

http://code.google.com/apis/analytics/docs/articles/gdataAnalyticsCharts.html It will allow you to API google analytics into a page so you should be able to do this within CMS Builder.

Craig
Thanks



Craig

KC Media Solutions

www.kcmedia.biz

Re: [kcmedia] Google Analytics

By Toledoh - November 4, 2010

Thanks for that!

However, it would be great if Google Analytics has the widgets that pikiw does, it makes it easy to embed. Google Analytics requires a knowledge of coding far greter than mine! Piwiki is almost "plug and play".
Cheers,

Tim (toledoh.com.au)

Re: [Rusty] Google Analytics

By Rusty - January 4, 2011 - edited: January 4, 2011

One other thing I failed to mention, it is possible to setup an automated export of the XML file of your choosing to be mailed to the email address of your choice.

And yes as you can see, there is some weirdness with the Flash SWF file not properly scaling to the amount of visits.

You would also need to create a cron job for the server to ck. server for the presence of a new XML file, and copy it to the admin and replace the xml file that's there. Then the system will be fully automated.

Oh, and sorry that the attached image stretches the screen.
Rusty

Re: [Rusty] Google Analytics

By Toledoh - January 5, 2011

Looks great Rusty - thanks!

I'll have a play, but I expect we could work out something with the Download Email Plugin to get it updating automatically...
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Google Analytics

By Rusty - January 5, 2011

Looks great Rusty - thanks!

I'll have a play, but I expect we could work out something with the Download Email Plugin to get it updating automatically...


Always playing the part of the bookworm, missing the obvious despite it being right in front of me. The email download plugin will save me weeks of development & head-vs-keyboard bashing.

Why didn't I think of that before, I suspect the Email download plugin will do what we need.
Rusty

Re: [Rusty] Google Analytics

By aev - January 5, 2011

What you are doing here looks very interesting!

Maybe you can use the Google Analytics Data Export API instead of email exports?

http://code.google.com/intl/en/apis/analytics/docs/gdata/home.html

-aev-