Skip to main content
Gainsight Inc.

Install Gainsight PX in Frameset Based Applications

This article explains how Gainsight PX can be be used with applications that use Framesets.

Install Gainsight PX in Frameset Based Applications

Gainsight PX can be used for applications that are built using the Frameset technology. You can launch engagements, track and view analytics for your Frameset-based applications.

Perform the following steps to configure this feature:

  1. Add the Aptrinsic domain (*.aptrinsic.com) to your Content Security Policy (CSP).
  2. Add { framesetMode: true } to the top-level configuration as follows (highlighted in green):
function (n,t,a,e,co) {
    var i = "aptrinsic";
    n[i] = n[i] || function () {
        (n[i].q = n[i].q || []).push(arguments)
    }, n[i].p = e;
    n[i].c = co;
    var r = t.createElement("script");
    r.async = !0, r.src = a + "?a=" + e;
    var c = t.getElementsByTagName("script")[0];
    c.parentNode.insertBefore(r, c)
  (window, document, "https://web-sdk.aptrinsic.com/api/aptrinsic.js", "AP-6WAJA30ATHHI-2" {"framesetMode" : true});
}
  • Was this article helpful?