Once you start sending information to Connectif, whether that’s via HTML tags, JavaScript events or the API, you’ll need to check the status of the communications settings between the website and Connectif to ensure that everything is working correctly.
This article explains how to check the website integration settings in Connectif.
STEP 1. Domain authorization
- Go to "Integrations > Web" and click Edit.
- Go to "Advanced Settings > Authorized Domains" y and add the domains one by one that will be able to send information to Connectif.
STEP 2. Check the script settings according to the integration type
- Go to "Integrations > Web > Advanced Settings > Script Settings".
2.1. Labels rendered on the server
(This section identifies the options to be set if the implementation is via HTML tags rendered on the server).
- Select the options Auto-initialize client script and Auto-send events on client script startup.
- Click Update to save the changes.
2.2. Client-rendered labels
(This section identifies the options to be set if the implementation is via HTML tags rendered in the client).
- Check the options Auto-initialize client script and Auto-send events on client script startup.
- Click Update to save the changes.
2.3. JavaScript Events
(This section identifies the options to be set if the implementation is via JavaScript events, which in this case will depend on the details of the implementation).
- Uncheck the Auto-initialize client script option to control when the Connectif script initializes. This setting may be necessary when your page needs to load an asynchronous section before initializing the Connectif script.
- Disable the Auto-send events on client script startup option, unless your integration has a mixed approach whereby some HTML tags are also used.
- Click Update to save the changes.
2.4. API
(This section identifies the options to be set if the implementation is via API).
- Go to point 2.1 if your integration is via HTML tags rendered on the server.
- Go to point 2.2 if your integration is via HTML tags rendered on the client.
- Go to point 2.3 if your integration is via JavaScript notifications.
STEP 3. Review of how data is shared between domains
- Go to "Integrations > Web > Advanced Settings > Cross Domain Data Sharing".
- Select the Share data between domains check box.
- Click Update to save the changes.
Keep learning!
To make the most of your Connectif account, we recommend reading these articles next:
-
Onboarding, to learn all about our interface.
-
Initial workflows, to implement your first strategies in your account.
-
Integrations with external systems, to integrate your Facebook, website forms and webhooks.
-
API integrations, to administrate events such as order registration or contact sign-ups.