core/product-experience/product-experience.module.ts
This module enables an tenant to activate the product experience
software Gainsight to help
and track user actions. Gainsight is only activated, if the tenant custom
property gainsightEnabled
is set to true.
This module enables an tenant to activate the product experience software Gainsight to help and track user actions. Gainsight is only activated, if the following tenant custom property is set to enabled:
PUT {{url}}/tenant/tenants/{{tenant-id}}
{
"customProperties": {
"gainsightEnabled": "true"
}
}
Also the instance needs a Gainsight API Key in the system options (or in the application options):
GET {{url}}/tenant/system/options/gainsight/api.key
{
"category": "gainsight",
"value": "AP-xxxxxxx-2",
"key": "api.key"
}