Opticon Stockholm is on Tuesday September 10th, hope to see you there!
AI OnAI Off
Opticon Stockholm is on Tuesday September 10th, hope to see you there!
This may be useful:
https://world.episerver.com/add-ons/google-analytics-for-optimizely/
The GA add-on is quite useful as David mentioned. If you are looking for a simple integration on your pages you could use the ASP.NET MVC integration of GA available here: https://stackoverflow.com/questions/21832711/implementing-google-analytics-in-mvc4-c
As EPiServer CMS is using ASP.NET mvc behind the scenes, the implementation shouldn't be too complex:
@{ Html.RenderPartial("GoogleAnalytics"); }
in a template which is used by all pages
Hello Experts,
Requesting pointers around Episerver and Google Analytics integration, scnerio basis specifically.
thanks in advance.
regards