Once information is being sent to Connectif, either through HTML tags, JavaScript events, or API, it is necessary to check the status of the communication settings between the web and Connectif to ensure everything is working correctly.
This article explains how to configure the web channel integration in Connectif.
STEP 1. Domain Authorization
1. Go to Store Settings in the left sidebar menu.
2. In the tab selector, go to "Channels > Web".
3. Go to "Advanced Settings > Authorized Domains" and add the domains one by one that will be able to send information to Connectif.
STEP 2. Review the script configuration according to the type of integration
4. Go to "Advanced Settings > Script Configuration".
2.1. Server-rendered tags
(This section identifies the options that should be set if the implementation was through server-rendered HTML tags).
5. Select the options Auto-initialize client script and Auto-send events when initializing client script.
6. Click Save.
2.2. Client-rendered tags
(This section identifies the options that should be set if the implementation was through client-rendered HTML tags).
7. Select the options Auto-initialize client script and Auto-send events when initializing client script.
8. Click Save.
2.3. JavaScript events
(This section identifies the options that should be set if the implementation was through JavaScript events, which in this case will depend on the details of the implementation.)
9. Deselect the option Auto-initialize client script to control when the Connectif script initializes. This setting may be necessary when your page needs to load some asynchronous section before initializing the Connectif script.
10. Disable the option Auto-send events when initializing client script, unless your integration has a mixed approach where some HTML tags are also used.
11. Click Save.
2.4. API
(This section identifies the options that should be set if the implementation was via API).
12. Go to point 2.1 if your integration is through server-rendered HTML tags.
13. Go to point 2.2 if your integration is through client-rendered HTML tags.
14. Go to point 2.3 if your integration is through JavaScript notifications.
STEP 3. Review how data is shared between sub-domains
15. Go to "Advanced Settings > Multiple Sub-domains Configuration".
16. Check the box Share contact data between all sub-domains.
17. Click Save.
Keep learning!
To take full advantage of your Connectif account, we recommend continuing with the following articles:
-
Onboarding, to gain proficiency with our interface.
-
Initial Workflows, to implement your first strategies in the account.
-
Integrations with external systems, to integrate with Facebook, forms, and webhooks from your website.
-
API Integrations, to manage events such as purchase registrations or contact sign-ups.