Welcome to affLIFT!
We are happy you have decided to check out our awesome affiliate marketing forum. Register your account today to join our amazing community!
Registration is free and you can upgrade your membership anytime to view our premium content. We also have over 100 free Public threads.
Hey, in the first function load_conf script is pulling from json file called 'zp-campaigns.json'. Create json file in text editor and name it zp-campaigns.json and make sure it sits in the same folder as the python file.. The format inside json is simple:
[
{"campaign_id"...
No. It's just a piece of code that runs in the background and does what you tell it. There's no visual thing except information that you decide to print out to console. Like i said all it does is reading your campaigns data via api and sending action requests back to cut placements based on how...
I am not sure it's possible to do a "quick article" as it's bit difficult to explain everything. If you have a Python developer then you can simply pass the code to him and he will be able to read and explain as it's really simple script.
It basically just sends API request to ZP and checks...
I am with Servando on running RON campaign and continuously cutting segments that don't work. This works great on DSPs, since after couple days of filtering poor segments, you can start biddin up and open higher quality placements without losing much.
If in your scenario running RON and...
I can be wrong, but my understanding survey traffic is similar to incentive traffic. Basically as a reward of completing survey user gets exclusive access to an offer. Often times quality of this traffic is not great so advertisers don't want it. Again, i could be wrong.
I have a script i wrote in Python that automanages my ZP campaigns. It's a simple RBO that you can customize. You just need a JSON file with list of your campaigns > [{"campaign_id": "xxxx"}]
It's probably poorly written as I only learned Python couple weeks ago, but it works :) Feel free to...
Best is to collect data and optimize each UA separately, but from my experience, if zone perform well on one activity it generally works on other activities as well and vice versa.
I am afraid there's not much you can do. Unknown geo data is pretty common thing since ISPs keep changing IP ranges and databases are not updated as often as they should. You can try the followin:
compare your unknown location data with other metrics to see if you can spot relation between...
Often times trackers do not recognize location of the user as ip lookup fails to return information from the database. This happens a lot in tier 2/3 geos mostly for visitors that live in the middle of nowhere. I generally categorize all unknown location traffic as countryside :)
I personally don't believe that creative CTR means much. You can get high CTR but low conversion rate or low CTR and high conversion rate. It all depends on your offer flow and whether it works better with high volume or high quality. With regards to CR, again it's not a variable that i would...