November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Views: | 19030 |
Number of votes: | 3 |
Average rating: |
A classical problem website owners face today is how to get the most out of their web analytics. Many (if not most) websites use Google Analytics to track their visitors, but rather few use it well. Often people do not have it properly configured in order to track all the information that is relevant – like events, downloads, contextual information and customized visitor information.
At the same time, while they might check their analytics regularly, not everybody in the organization can access it – and those that can often have difficulty identifying what actions to take based on it. People tend to find it difficult to relate the overwhelming amount of statistical information to the specifics of their website and hence find it hard to identify which actions to take in order to improve their website for the visitors.
But what if you could:
Then Google Analytics for EPiServer 1 Beta is definitely something for you. This module is tightly integrated with EPiServer CMS, and allows you to improve conversions and optimize traffic by automatic configuration of the module and presenting all the information you need next to the content where you are working, so you can optimize the web pages you are editing. The Google Analytics gadget gives you instant access to analytics and trends directly within the EPiServer dashboard – and lets you share a login between all the editors you choose. Depending of how it is set up, the gadget shows a summaries, graphs and lists of selected statistics over a selected time period. You can easily configure which statistics that should be shown – as well as adding advanced segmenting and custom filters to it.
You can configure the module either to track a single website, or several websites in an enterprise multiple-site environment. In addition, by using this feature you automatically apply tracking on all your pages on a domain or subdomain.
Google Analytics consists of a few key elements to make it analytics and easy way to improve your site:
Start using Google Analytics for EPiServer through managing the following steps:
As a developer you might want to build plug-ins that provide business intelligence based on Google Analytics data. Then you will need a good platform to access that data from. Google Analytics for EPiServer is pluggable and extensible with an API that exposes Google Analytics to developers that can base their software on this. See the Developer Guide and runnable code samples provided.
You can also use Google Analytics for EPiServer with your web shop in EPiServer Commerce. A checkout process typically ends with a “thank you” page. This is a good place to track purchases with Google Analytics.
» Download Google Analytics for EPiServer CMS 6 R2 (requires membership on EPiServer World)
» User Guide for Editors and Administrators
Awesome stuff! I will be using this immediately. Great work to the team!! :)
For anyone who was doing things with GA previously and already had the Google.GData.Client assembly you may need to add a assembly binding redirect to your web.config to avoid errors.
Search and add something similar the following above that line. Note that you may have to modify the "oldVersion" if your version number varied:
Awesome work, and thanks Jeff!
Can it be installed without using deployment center?
Copied all files and made the config changes, but get dojo is undefined error on the gadget.
NOTE!: The download is currently unavailable.
Message from EPiServer:
-----------------------------------
Google Analytics for EPiServer API Update
We are adapting the API for Google Analytics for EPiServer, to match recent changes done by Google. Therefore it is currently not possible to download Google Analytics for EPiServer. This will be updated with a new version shortly.
It's possible that I'm not seeing past the end of my nose, but I don't seem to be able to find the code samples anywhere. The link at the bottom of the post is actually to the module. To be clear, I'm talking about the samples mentioned here:
http://webhelp.episerver.com/addons/googleanalytics/7.0/EN/#GoogleAnalytics/Developers_GoogleAnalytics.htm
Metrics.cs, Querying.cs, etc. I've managed to create some custom metrics graphs without the examples, but they'd be very handy for custom queries.