What is does
Lets you enhance notifications by putting JS in templates. Theme elements can be made to interact and adapt to your site and much more.
How to set up
- Create a notification by selecting a fitting template, configure position, height/width, message, form fields etc.
- In Visuals itself, go to Advanced Options -> Other options, Find the ‘Extra JS’ field and add your JS.
- Set up any other targeting and save.
Example
Let’s say you want to trigger a particular Google Analytics Event on every notification view. To do this you could simply add GA’s default event tracking JS in the corresponding notification e.g. parent._ga.track(..event..) etc.
Related articles
Use Extra CSS to modify how Connecto notifications look
What it does Sometimes a particular template might not have all the things you might want to show in your notification, like a specific arrangement of elements, a different close button and any [...]
How to use ‘User List targeting’ in Connecto
What it does: Lets you target a notification to a uploaded list of users. These users have to be registered users with a unique id that is sent to Connecto as a custom variable. How to set up: 1. [...]
Setting third party callbacks/tracking on Connecto notifs
What it does Allows you to set up a script that can be called whenever a notification is clicked/submitted. This could be a third party tracking script like Adwords/Google Analytics or maybe a [...]