Installing Exatom with a Content Security Policy
Exatom tags can be installed on websites that have a Content Security Policy (CSP). Typically, you will need to reach out to your website server, network, or IT department to request changes for this.
Option 1: Add Exatom to the default Content Security Policy
Use the default-src as CSP directive and add *.exatom.io to the list of allowed sources.
Example of a new Content Security Policy
- Content-Security-Policy: default-src 'self' *.exatom.io
Example of an existing Content Security Policy where Exatom was added to
- Content-Security-Policy: default-src 'self' *.example.com *.example.org *.exatom.io
Option 2: Add Exatom to the granular Content Security Policy controls
When more granular controls are needed, the following directives can be used script-src, connect-src, style-src and img-src to allow our *.exatom.io domain.
- Content-Security-Policy:
- script-src 'self' *.exatom.io;
- connect-src 'self' *.exatom.io;
- style-src 'self' *.exatom.io;
- img-src 'self' *.exatom.io;
Related Articles
Install with Google Tag Manager
This article covers how to deploy the Exatom form analytics tags to Google Tag Mananger. The steps below need to be executed twice, once for our Event tag and once for our Conversion tag. ℹ️ Exatom attributes conversions to the last form that the ...
Will Exatom slow down my website?
Your website should be handled with care, which is why we invest heavily in how our tags are operated and ensure they work well in every environment. The Exatom tags are carefully designed and tested to have minimal impact on the performance of any ...
Using Exatom events or signals on your website or CRM
While we provide our Motivational Widgets to make it easier to communicate with visitors on your forms, it might not be that exact moment or format to deliver a message. You might be looking for capturing form specific signals like started or ...
Data integrations
Every website utilises multiple data sources. Some of this data can be leveraged through third-party integrations to generate new insights or enhance functionality. Exatom supports a wide range of data integrations, including dataLayer and JavaScript ...
Checkout Analytics for Shopify
Getting Started with Exatom on Shopify Integrating Exatom into your Shopify store is straightforward. Just install our Checkout Analytics app to begin capturing detailed checkout insights. Installation Process Visit the Exatom Checkout Analytics app ...