FohrTracking

Installation

Include the following script tag in your website, replacing {CUSTOMER_ID} with the identifier provided by our team. Your customer ID can also be found at https://pixel-dashboard.fohr.co.

<script type="text/javascript" src="https://pixel.fohr.co/lib.js?ci={CUSTOMER_ID}"></script>

Once loaded, the script will expose a global variable FohrTracking that can be used to call the methods described on the API page.

Using with Content Security Policy

If your website uses a content security policy, it must include the following rules to ensure correct integration with this library.

Content-Security-Policy: script-src https://pixel.fohr.co; connect-src https://pixel.fohr.co; img-src https://pixel.fohr.co;

Generated using TypeDoc