Nucleus Integration function is setup for Aptify Web and not for Smart Client.
To integrate the Nucleus analytics in Aptify Web, a new application termed “Nucleus Reporting” has been created along with a new service named “Basic Report” as shown in the below screenshot.
To configure Nucleus Integration with Aptify, add below mentioned keys to “aptifyweb\testweb\TestWeb\script\Aptify\configuration\Aptify.Framework.Configuration.External.js”.
Aptify.framework.configuration.NucleusRequestUrl = "https://aptifytest1.gravitate-nucleus.com"; Aptify.framework.configuration.NucleusServiceName = "BasicReport"; Aptify.framework.configuration.ShowNucleusBasicReportService = false;
Aptify.framework.configuration.NucleusRequestUrl - mention the request URL to Nucleus.
Aptify.framework.configuration.NucleusServiceName - mention the service name for Nucleus application.
Aptify.framework.configuration.ShowNucleusBasicReportService - this key allows users to enable/disable call to the Nucleus application. Set this parameter to true to enable the Nucleus dashboard. Below screenshot shows the Nucleus dashboard.
If this parameter is set to false, below message is displayed on the screen instead of the dashboard.