Zeustrack supports integration with two of the most popular push-marketing platforms: iZooto and OneSignal.

The setup is pretty similar.


First of all you need iZooto or OneSignal account or both with all necessary implementations. Please refer to the iZooto or OneSignal support for help and info.


Next, you need to set up the integration within Zeustrack:

  1. Enter the domain editor in Zeustrack;
  2. Scroll down to the Advanced section and locate the Experimental values field;
  3. Press the Add new key-value pair button;
  4. New two dropdowns will appear;
    1. Select the push.izooto-url option from the left handside (the Key value field);
    2. Go to your iZooto control panel to the Settings > Setup section and expand the Step section. You will find instructions and the script that looks similar to this:
    3. Copy the link from this script which looks similar to this https://cdn.izooto.com/scripts/cb09c53432438b0c83322fc4d0ae42a24128a48b01a.js and paste it at the right handside (the Value value field)
    4. Press the Update button of your domain settings. After you update the domain settings 2 files izooto.html and service-worker.js files provided by iZooto will be placed at the root of your domain;
    5. Last thing you need to do is to place the script provided by iZooto (see step 2 of this instruction) before closing </head> on your lander. This will activate your push-notification;
    6. Press the Update & Close button to save your domain settings.
    1. Select the push.onesignal option from the left handside (the Key value field);
    2. At the right handside (the Value value field) select/enter the "on" value;
    3. Press the Update button of your domain settings. After you update the domain settings 2 files OneSignalSDKWorker.js and OneSignalSDKUpdaterWorker.js files provided by OneSignal will be placed at the root of your domain;
    4. Last thing you need to do is to place the script provided by OneSignal before closing </head> on your lander. This will activate your push-notification. Usually this script is situated at Step 7 of OneSignal WebPush configuration wizard and looks similar to this:
    5. Press the Update & Close button to save your domain settings.

  5. Test and make sure everything works as expected;