How to install our Push Code on your Website

Automatic Wordpress Installation

1. Download and install Wordpress Plugin on your Wordpress website

Manual Installation Native Push

Visitors will be subscribe to that domain, if in the future the domain or scripts are down, subscribers will be lost.

1. Download and install manifest.json and service_worker.js on your root website

2. Ask your Affiliate Manager for your Affiliate ID

3. Replace #AFFILIATE_ID# in the code below with the id given to you and add this code with the replacement made on your website pages:

<script type="text/javascript" src="https://pushrev.neptuneadspush.com/tracker-v2-vapid.js?aff_id=#AFFILIATE_ID#"></script>

4. If you have an SSL certificate go to next step otherwise install cloudflare in order to have an SSL certificate.

5. If by default your users goes to a secure page (httpS://yourdomain.com) skip this step otherwise change your CPANEL or Web Server settings to always use HTTPS. Tutorial here.

If you have any doubts please contact your Affiliate Manager

(OPTIONAL) Black Overlay to increase conversion rate

By using this option your subscription rate will improve and more users will subscribe to Push Notifications but it might hurt your site usabily or conversion rate

1. Add this code into the <HEAD> section of your html

<meta name="viewport" content="width=device-width, initial-scale=1" />

2. Add this code into before the </BODY> tag of your html. You can change the text "Click Allow to Proceed" for anything that you like.

<script type="text/javascript" src="https://pushrev.neptuneadspush.com/push-overlay.js?text=Click%20%Allow%20%to%20%Proceed"></script><link href="https://pushrev.neptuneadspush.com/push-overlay.css" type="text/css" rel="stylesheet">
									

(OPTIONAL) Infinite Black Overlay to increase conversion rate

By using this option your subscription rate will improve and more users will subscribe to Push Notifications but it might hurt your site usabily or conversion rate
IMPORTANT: the webserver should be able to handle requests to multiple subdomains

1. Add this code into the <HEAD> section of your html

<meta name="viewport" content="width=device-width, initial-scale=1" />

2. Add this code into before the </BODY> tag of your html. You can change the text "Click Allow to Proceed" for anything that you like.

<script type="text/javascript" src="https://pushrev.neptuneadspush.com/infinite/push-overlay.js"></script>
OPTIONAL PARAMS:
  • - side_text (text to show when background is clicked)
<link href="https://pushrev.neptuneadspush.com/infinite/push-overlay.css" type="text/css" rel="stylesheet">
OPTIONAL PARAMS:
  • - bg_url (URLENCODED url of the background image for desktop)
  • - mobile_bg_url (URLENCODED url of the background image for mobile)

Manual Installation Popup Push

Visitors will be subscribe to neptuneads domain, if in the future the domain or scripts are down, subscribers will still be active and generating revenue.
<link rel="stylesheet" ref="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://pushrev.neptuneadspush.com/tracker-popup.js?aff_id=#AFFILIATE_ID#"></script>