Once you have your SiteVibes script installed and your Nudge(s) created, it is time to start building notifications that will be seen by your website visitors. 


To create a Notification do the following:

  1. Navigate to your created Pop-up/Nudge that you want Notifications to be associated with
  2. Once you are in your Nudge, click "Create Notification" in the top right


  3. Name your Notification, choose from the Notification types available and click "Create".

  4. There will be a list of all your Notifications within the Nudge.  Click the Notification you just created.


  5. Edit your Notification settings, triggers, display options, and any customizations.


  6. Save and Enable your Notification.

For the Cart Reminder notification, you will need to add an additional Script to your tag manager to fire on your shopping cart page.  Here is a template of the script:


<!-- SITEVIBES CART DATA start -->
<script type="text/javascript">
    var SiteVibesCartData = {
        updatedAt: 1600092226, // timestamp of cart update
        itemsCount: 1 // number of items in cart
    };
</script>
<!-- SITEVIBES CART DATA end -->


After your Notification is saved and Enabled your Notification(s) should appear on your website within a matter of seconds.


If you have any issues, please submit a support ticket for our team to help you.