Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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