getAnalyticsUtils()
Obtains an entry point to the AnalyticsUtils object that contains the APIs that help analytics entities or actions perform data interactions with the PRPC server.
To view the APIs in the AnalyticsUtils module, see APIs in the AnalyticsUtils module.
Returns
The AnalyticsUtils object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the AnalyticsUtils object containing the utility APIs.
PCore.getAnalyticsUtils();
Previous topic createPConnect(config) Next topic getAnnotationUtils()