Hello Folks,
I have been testing Advertizer and Monetizer accounts to make some money. And it seems to be working pretty good. Let me show you what exactly I have been doing so our community can benefit from it.
Advertizer Account
First thing I did was - I asked folks at Advertizer (who were very supportive and easy to reach out to) which offers are working the best and they said 1-click, adult, sweeps, dating, antivirus etc., are working the best at the moment.
So, based on this input I asked the networks the best converting and high EPC and CR offers in 1-click, adult, sweeps, dating and antivirus.
For my testing I took one dating offer and made a campaign in Advertizer portal.
For that you have to make sure you add post back url given by advertizer into your Traffic source. For me, it was to add into

Initially for first test you need to add amount=some value like amount=0.10 , so that the postback test is successful. After the postback test is successful you will be able to create campaigns.
Note: I lost some amount due to adding amount={payout} and Advertizer deducted the entire amount for each conversion that I was getting paid by Network because Advertizer takes the payout from the postback. Make sure you entirely remove amount=[[amount]] from the postback - like this the Advertizer campaign will take the CPA bid instead.
The Parameters I have added were like below

Now let Advertizer do the magic. It takes a day or two for Advertizer to get to know sources that are making us money and then it starts ramping up traffic from high converting sources. Check below how it is working. Initial test I broke even as offer payout and advertizer cost were same due to my mistake but rectified it later as shown above.

As Advertizer is delayed by 2 hours, here is the realtime stats from

Monetizer Account
Monetizer is insane. That what I think about it. The remnant traffic which is useless and not converting anywhere seems to be converting here.
For this you have to buy a domain and set it up. If your domain is xyz.com, use sub-domain as abc.xyz.com.
More information about that here: https://intercom.help/monetizer/gene...up-a-subdomain
After that you create a League, so that you can manage and see reports of individual campaigns.

I create link like this, where LP Entry Pop and LP Exit Pop are enabled and Back button link is selected as well (If it is your first link then you have to save your link first and come back to edit the link again and select the back button link).

After that you can select the vAuto option like below, selecting Mainstream or Adult Traffic and Geos and other whitelisting options.

So now it is all setup and you get your unique link which you have to add to your landing page or if you are sending traffic directly you can do so.
In my case, I added it to my landing page and using back button link script and exit pop script like given below
<script>
function init() {
setTimeout(function(){window.scrollTo(0,1)},0);
}
window.history.pushState('back.html', 'back', 'back.html');
window.history.pushState('index.html', 'Index', 'index.html');
window.addEventListener("popstate", function(e) {
if(document.URL.indexOf("back.html") >= 0){
document.location.href = document.location;
}
});
</script>
and back.html should be like this
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
document.location.href = "your monetizer link here";
</script>
</head>
<body>
</body>
</html>
and my exit pop script
<script>
window.exitMessage = "Do you really want to exit?";
window.redirectURL = "Your Monetizer Link Here";
function exitStopper()
{
alert(window.exitMessage);
if( window.redirectURL )
{
window.location.href = window.redirectURL;
}
}
window.addEventListener('blur', exitStopper );
document.body.addEventListener("mouseleave", function(e)
{
if( e.offsetY <= 0 )
{
exitStopper();
}
}, false);
</script>
With this, I have made 1256 USD as of now, which would have been lost if this was not implemented.

Hope you all find it useful. Cheers!
Hey,
Newbie here trying to give this thing a shot. I'm trying to understand all of the aspects of the tutorial above and how it works. I'm a little confused, as I was under the impression that both Advertizer and Monitizer are the same? You would send traffic from Advertizer to Monitizer? Is that how it would work? Not really clear on the offer setup piece. You would setup the offer in Advertizer?