Take the community feedback survey now.

Jonas Lindau
Jun 17, 2014
  1997
(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
How to Use IPlacedPriceProcessor in Optimizely Commerce to Preserve Custom Line Item Prices

When working with Optimizely Commerce Connect , the built-in pricing pipeline automatically validates and updates each line item’s PlacedPrice base...

Francisco Quintanilla | Oct 15, 2025

How to Use IPlacedPriceProcessor in Optimizely Commerce to Preserve Custom Line Item Prices (Donation Example)

Optimizely Commerce 12+ automatically validates line item prices based on catalog data, which can overwrite user-entered prices for donations or...

Francisco Quintanilla | Oct 15, 2025 |

Optimizely CMS - Learning by Doing: EP05 - Create Content Tree: Demo

  Episode 5  is Live!! The latest installment of my  Learning by Doing: Build Series  on Optimizely CMS 12 is now available on YouTube!   This vide...

Ratish | Oct 15, 2025 |

A day in the life of an Optimizely OMVP - Creating a blazor add-on for CMS 12

Hello and welcome to another instalment of a day in the life of an Optimizely OMVP. In this post I will be covering how to create a blazor based...

Graham Carr | Oct 14, 2025