Integrating InsightArc Signal with ConvertFlow: A Step-by-Step Guide
Introduction:
InsightArc Signal API is a powerful solution that allows you to implement real-time hyper-personalized offers to intercept ineffective on-site customer journeys and convert visitors before leaving the website.
In this article, we will explore how to integrate the Signal API with ConvertFlow, a popular marketing automation platform, to enhance your website's functionality and improve user engagement.
Prerequisites:
Before proceeding with the integration, ensure that you have the following:
- Access to your website's source code.
- Connect InsightArc to your site
- An active ConvertFlow account.
Step 1: Installing ConvertFlow
- Setup ConvertFlow integration on your site.
- Log in to your ConvertFlow account.
- Create a new campaign or select an existing one.
- Navigate to the "Overlay Popups" section within the campaign.
- Customize the popup fields according to your requirements.
- Save the popup.
- Remember CTA_ID from the ConvertFlow campaign url: https://app.convertflow.com/websites/XXXX/cta/CTA_ID
Step 2: Integrating Signal API with ConvertFlow
- Open your website's source code or content management system (CMS).
- Locate the JavaScript file or script tag responsible for InsightArc API configuration.
- Inside the InsightArc API configuration script, add the following onSignalHandler function:
<!-- Global site tag - InsightArc connector -->
<script async src="https://www.insightarc.com/js/iarc.js"></script>
<script>
function onSignalHandler() {
convertflow.load({
cta_id: **CTA_ID**, // <-- Replace CTA_ID with the value from step 1.6
callback: function(cta, variant, embed) {
convertflow.trigger({
cta_id: cta.id
});
}
});
}
window.iArcConfig = {
"apiKey": "API_KEY",
"onSignal": onSignalHandler
}
</script>
Related articles
How to connect Insightarc via Google TagManager
17 August, 2023
Connectc Insightarc via Google Tag Manager
How to subscribe to real time signals from Insightarc
26 April, 2023
How to connect Insightarc to your site
07 June, 2022
Method of direct connection a website to Insightarc
Sales Intelligence Software for Marketing Professionals
09 May, 2022
Increase Sales with personalized offers by Insightarc