Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Google Analytics for EPiServer 7

Vote:
 

Using a MVC site with EPiServer 7.1 and up to Patch 2

 

I am unable to see Google Analytics in the CMS - Admin - Tools list?

 

I have added via Add ons and it has installed/modified the following:

  • AppData\Modules\
    • EPiServer.GoogleAnalytics
    • Google.Apis
    • Google.Apis.Analytics.v3
    • Newtonsoft.Json.Net35

AppData\Modules\Packages,config

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CMS" version="2.0.79" />
<package id="EPiServer.GoogleAnalytics" version="1.2.1.1" />
<package id="EPiServer.Packaging" version="2.0.86" />
<package id="EPiServer.Packaging.UI" version="2.0.86" />
<package id="Google.Apis" version="1.2.4675" />
<package id="Google.Apis.Analytics.v3" version="1.2.4675" />
<package id="Newtonsoft.Json.Net35" version="4.0.2.13801" />
<package id="Shell" version="2.0.86" />
</packages>

 

  • AppData\ModulesRepository\
    • EPiServer.GoogleAnalytics.1.2.1.1
    • Google.Apis.1.2.4675
    • Google.Apis.Analytics.v3.1.2.4675
    • Newtonsoft.Json.Net35.4.0.2.13801
  • [site root]\modulesbin\
    • EPiServer.GoogleAnalytics.dll
    • Google.Apis.Analytics.v3.dll
    • Google.Apis.Authentication.OAuth2.dll
    • Google.Apis.dll
    • Newtonsoft.Json.Net35.dll

 

The site was built apon the Alloy MVC so don’t know if this is causing issues as it was an issue to get updated to 7.1

Are there any configuration files that need modifying for this to work so it appears in the Admin / Tools list?

 

 

#71132
May 10, 2013 12:03
Vote:
 

Does the dashboard gadget work?

#71149
May 10, 2013 21:18
Vote:
 

The gadget is available in dashboard and when signed in it works fine, but I cannot set account via 'Admin - Tools - Google Analytics'

#71171
May 13, 2013 11:13
Vote:
 

Try to add this to your EPiServerFramework.config in VirtualRoles -> Providers :

<add name="GoogleAnalyticsAdministrators" type="EPiServer.Security.MappedRole, EPiServer" roles="[YOUR ROLES]" mode="Any"/>

Read more:

http://world.episerver.com/Documentation/Items/Installation-Instructions/Google-Analytics-for-EPiServer/Installation-Instructions---Google-Analytics-for-EPiServer-7/

#72347
Jun 13, 2013 14:19
Vote:
 

Can we get a broken link fix?

I found similar item in the help: 

http://webhelp.episerver.com/addons/googleanalytics/#GoogleAnalytics/Admins_GoogleAnalyticsSettings.htm%3FTocPath%3D_____3

#81908
Feb 28, 2014 11:35
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.