AI OnAI Off
The gadget is available in dashboard and when signed in it works fine, but I cannot set account via 'Admin - Tools - Google Analytics'
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/
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
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\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>
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?