Being fairly new to all of this, I'm starting with Vortex' 40-Day Pop Tutorial 2021 Version. Should still be current now in 2022, right? Especially since it seems to have been written towards the end of last year.
I already have
By the way, if anyone is doing the same right now - I made a post to the Mastermind board, looking for others to take this challenge together. PM me if you're interested.
First update:
It's Wednesday today and I started over the weekend. Signed up with Haka and Mobipium. Zeydoo had a bug on their registration page.
Those two networks approved me right away on Monday. Very nice! Maybe just mentioning STM was enough for them.
Haka even added me to a bunch of Click2SMS offers right away, probably the same offers everyone following this tutorial always asks for ¯\_(ツ)_/¯
Yesterday I asked my Haka AM for a list of Geos & corresponding carriers, chose Chile as the first of those that appears on the developing countries list + has over 1 mio traffic on PropellerAds.
I also asked my Mobipium AM, but he just referred me to their market search and to sort by revenue to find the best converting offers. With a bit of excel filtering I ended up with a Malaysian offer to test with PopAds (they have very few countries that match the "above 1 mio raw traffic" requirement).
I also signed up for Zeydoo as they fixed their registration bug and was approved within hours. Looks like they didn't assign me an AM though. No matter, I'll just use those other two Network's offers to continue.
Great to see that you´re on your way.
Many click2sms offers work good with direct linking but if you´re looking for a good LP for download/captcha click2sms offers check THIS OUT
Today I first set up the traffic sources and offer campaigns inside of
First hurdle:
The estimated CPM is orders of magnitude higher than the sample in the tutorial and I'm not sure if I did anything wrong or if PropellerAds just got a few hundred percent more expensive since the tutorial was written.
Day 9a shows an initial CPM of 0.56 for Indonesia which changed to 0.715 after platform & carrier was selected. If I select Chile in my campaign setup it shows an initial "CPM, $" of 13.518! That is 240 times higher! I mean, maybe I chose the country poorly but even when selecting Indonesia it initially shows 3.47 (6 times higher).
Does anyone have a suggestion here? I feel like a tutorial made for CPM of 0.7 with a 10$ campaign budget won't necessarily hold up when the CPM is higher than the campaign budget. Should I just bid extremely low?

Hi @constantine! Thanks for starting this follow-along!
You're off to a good start, asking some great questions. A few points:
1)Running one offer at a time is completely fine for beginners. @twinaxe is right - once you know what you're doing, testing massively would be the way to go. For now though, starting slow would be fine.
Beginners will make lots of mistakes, so if you set up too many campaigns, you'll make the same mistakes multiple times, which will cost you more then if you were to launch more slowly.
However, launching more campaigns at a time will increase your chances of hitting on something promising.
So - pros and cons. Just go with what you're comfortable with for now.
2)As for the bid: Are you referring to the recommended bids from Propeller? Those are typically way too high than what you could be bidding to still get decent-quality traffic. For PropellerAds specifically, I find that their traffic quality is decent even at lower bids, so don't be afraid to test. JUST - keep in mind that if the geo doesn't have a ton of traffic to begin with, bidding low may not get you much or at all.
But if you want to save on budget and don't mind waiting, you can bid low when testing offers on Propellerads. It can take longer to test each offer since traffic can be real slow, but if you don't mind the wait, you can save money. And you can keep yourself busy by launching more campaigns in the meantime (instead of twiddling your thumbs to wait for stats to roll in for a single campaign).
3)The amount of traffic you'll see in your stats on various platforms - traffic source vs. tracker vs. aff network - will usually be different. Something called "clickloss" is the most common cause of such discrepancies:
https://stmforum.com/forum/showthrea...ight=clickloss
If the discrepancy is consistently excessive - let's say 50%+ - then you'd need to do some investigation to see whether there's something wrong with your setup (settings for your domains / CDN / webhost / tracker / etc.)
Have fun and I look forward to your next update!
Amy
First of all, a big belated thank you Amy for explaining a bit further. Regarding (2), yes I meant PropellerAds. I actually found a solution to still get their recommended bid. See further down
UPDATE
After taking a bit of a (forced) break during a long vacation with the family, I spent quite a bit of time figuring out how to best build & deploy landers, and also honestly nerding around a bit too much experimenting with
Some learnings that might be helpful to others:
1. When deploying to AWS and you update your landers code, you need to cache invalidate your CloudFront distribution!
This drove me nuts until I figured out this is why I wasn't seeing any changes. It might be just because I'm deploying via AWS CodePipeline from github pushes, but I actually assume that the problem should also be there when uploading directly via FTP.
2. PropellerAds' API exposes the recommended bids for any targeting combination, even though they only display the max bid in the UI.
You don't even have to do your own API calls for that! When clicking around their UI and setting up your campaign, requests are made in the background to `inventoryPlanner/`. Open the developer console(Cmd+Alt+i for Chrome on Mac), switch to the Network tab, adjust the targeting options, look for the latest call to inventoryPlanner, click that, go to "Preview" and look for the `recommended_bid`.
You can call this endpoint from anywhere though. That endpoint is under the `partners` subdomain even though the official API is under `https://ssp-api.propellerads.com/v5/` and doesn't list the endpoint in the docs - but it works just the same with your API key as Bearer token.
[hackerman.jpg]
3. If you're ever tempted to write API integrations with PropellerAds, be aware that there are some targeting parameters they don't really provide mapping endpoints for. Like languages.
It's not as easy as it first seems. If you are trying to do it, you can PM me and I can potentially give you some of the data maps you'll need (scraped them from their frontend).
--
In any case, I screwed around enough and just enabled my first campaigns that use landers. Let's see