London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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