Digioh

With Digioh you can easily build Lightbox Pop-Ups that trigger when a user Exits, on a timer, based on specific URLs. You can also build embed forms, sidebars, banners, landing pages, paywalls, email preference centers, and more.

There are 2 ways to integrate Digioh with Rejoiner. Digioh offers a backend integration and a Custom JS integration. Both are flexible enough to pass to any list and pass custom fields to Rejoiner. The Digioh team is happy to set these integrations up for you as well.

Backend Integration

  1. Click on the “Integrations” tab, click on “New Integration” and select “Rejoiner” in the drop down.

  2. Enter in your Rejoiner Account ID, List ID, and API Key.

(You can easily duplicate this integration if you want to pass to other List IDs). You can tie a Digioh form to multiple integrations as well if you want a Digioh to push emails to multiple lists.)

Custom JS Integration

  1. Click on “Custom JS Boxes” in your Digioh account
  1. Copy/Paste the code below in your Custom JS Boxes account and modify the setAccount, setDomain, and list_id values with your Rejoiner Account, Domain, and list_id information.

Here is the actual custom js (you can copy/paste and add your Account, Domain, and list ID)

if (!top._rejoiner) {
  top._rejoiner = top._rejoiner || [];
  top._rejoiner.push(['setAccount', '{{ site_id }}']);
  top._rejoiner.push(['setDomain', '{{ site_domain }}']);
  (function() {
    var s = top.document.createElement('script');
    s.type = 'text/javascript';
    s.async = true;
    s.src = '//cdn.rejoiner.com/js/v4/rj2.lib.js';
    var x = top.document.getElementsByTagName('script')[0];
    x.parentNode.insertBefore(s, x);
  })();
}

top._rejoiner.push(['subscribeToList', {
  'email': x.email,
  'list_id': 'D0XXX',
  'first_name': x.first_name,
  'last_name': x.last_name
}]);

Both these integrations can have Digioh set to No Data Storage. This means we don’t store any data on our servers it just gets directly push to Rejoiner. Digioh is also fully GDPR and CCPA compliant and you can easily delete any info in your Digioh account at any time,