Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Jonas Lindau
Jun 17, 2014
  1708
(2 votes)

EPiServer CMS 6R2, .NET 4 and Google Analytics Plugin

Do you have a site running this combination and get this screen when clicking config –> Google Analytics?

image

 

In that case, i bet you are using Page themes on your site!

The solution is to simply find this section in web.config:

   1: <location path="Modules">

And add a system.web section to it:

   1: <system.web>
   2:   <pages theme="" />
   3: </system.web>

And tada! You’re good to go!

Jun 17, 2014

Comments

Please login to comment.
Latest blogs
Decimal numbers in Optimizely Graph

Storing prices as decimal numbers on a commerce website and planning to expose them through Optimizely Graph? It might not be as straightforward as...

Damian Smutek | Jan 23, 2025 | Syndicated blog

Find and delete non used media and blocks

On my new quest to play around with Blazor and MudBlazor I'm going back memory lane and porting some previously plugins. So this time up is my plug...

Per Nergård (MVP) | Jan 21, 2025

Optimizely Content Graph on mobile application

CG everywhere! I pull schema from our default index https://cg.optimizely.com/app/graphiql?auth=eBrGunULiC5TziTCtiOLEmov2LijBf30obh0KmhcBlyTktGZ in...

Cuong Nguyen Dinh | Jan 20, 2025

Image Analyzer with AI Assistant for Optimizely

The Smart Image Analyzer is a new feature in the Epicweb AI Assistant for Optimizely CMS that automates the management of image metadata, such as...

Luc Gosso (MVP) | Jan 16, 2025 | Syndicated blog