Custom Analytics
Configure a custom analytics provider in Nexus
Availability depends on your school's enabled tools, provider setup, and account permissions. These settings are managed in the web workspace. A class policy may restrict a feature described here. Some options require a separately licensed feature. The presence of a guide does not unlock that feature.
Enterprise Edition Feature
This feature requires an Enterprise plan. View plans or contact sales to learn more.
Nexus Enterprise Edition allows you to configure a custom analytics provider.
Set the CUSTOM_ANALYTICS_SECRET_KEY environment variable#
Set the CUSTOM_ANALYTICS_SECRET_KEY environment variable to some random string.
Make sure you have the value saved temporarily somewhere.
Re-deploy Nexus.
Go to the Custom Analytics tab in the Admin Panel#
Go to the Custom Analytics tab in the Admin Panel.
Enter in the Javascript snippet provided by your Analytics provider#
This snippet would normally be placed within the <head> tags at the base of your project. For the Secret Key,
use the value you saved in Step 1.
The
<script>tag MUST be removed before being copied into the text box.
For reference: PostHog's documentation on how to set up a custom analytics provider.