Start a conversation

Removing Google Analytics Beacon

Overview

We have removed Evoq Analytics but this was misunderstood as the entire Analytics feature being removed. This article will also clarify how to remove the Google Analytics Beacon.

 

Prerequisites

 

Solution

Each solution depends on the specific version of your Evoq environment:

Evoq 9.6.1

There has been some confusion about the state of Google Analytics in Evoq 9.6.1.

What is being removed:
GA Beacon service that Evoq has - This beacon service was capturing data but was not displaying any of the collected data. We have removed the tracking for this data and will continue leveraging Google Analytics to power the dashboard.
 
What is remaining: 
GA analytics connector and GA dashboard in Evoq - This feature will still be accessible in Evoq. 
 
There are known connection issues with app verification when GA is enabled for the first time on a new installation of DNN, this is currently being worked on by the Engineering team to be resolved.

 

Below Evoq 9.6.1

From Evoq 9.6.1, the Google Analytics beacon will automatically be disabled. If you are on a version below Evoq 9.6.1, you will need to disable the service manually to remove unnecessary API calls to dnnapi for a deprecated service.

Analytics can be disabled by either:

  1. Go to Settings > Services > Analytics service and click disable but if it is already activated it will not appear this button,
  2. Go to Settings > SQL Console and run the following query:
    •  UPDATE PortalSettings SET SettingValue = 'False' WHERE SettingName = 'AnalyticsEnabled' AND PortalID = ENTER_PORTAL_ID_HERE
    • This will disable the Analytics beacon service through SQL. 
  3. Go to Settings > Servers > Click Clear Cache.
 
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments