preload

 

Better PPV Target Trimming to Root Domain

Posted by ctrtard on Sep 14, 2011
37
Using DKI (Dynamic Keyword Insertion) is helpful to increase CTR on your landing pages. Normally this is a fairly simple task. If you're using Prosper202 and you've got your campaign and tracking setup correctly, 202 should pass your keyword in the URL to your landing page. So you're landing page URL will look something like this: http://mydomain.com/landingpage.php?t202kw=walmart.com To "grab" this keyword and use it in your page, you ...
20
So there other day, while getting a burst of PPV traffic, I tried to load my landing page and it crapped out. More specifically, the page sort of half loaded then stopped. It turns out, the free maxmind javascript code that I was so fond of was hanging up my whole page. The maxmind server was out to lunch (or throttling my greedy PPV pop traffic) and I was losing coin. What to do? Well, Maxmind was nice enough to offer a couple of more ...

I don’t get GETs!

Posted by ctrtard on Apr 13, 2011
17
I regularly get email and PM's from people asking questions about coding. Obviously I don't have time to answer all of these questions, but luckily it's easy to choose which ones I WILL answer. Sadly, most of the time the question is either too vague, lacking in detail, convoluted, or just so poorly written that it shows they didn't bother to do any problem solving or learning on their own. Those are the ones I ignore. Yesterday, I got ...

Custom Start Page for Prosper 202 Mod

Posted by ctrtard on Mar 09, 2011
17
When you log in to Prosper202, by default, your start page is your202domain.com/202-account/ This mod will let you change the default start page to anything you want and help streamline your workflow. The Start Page Mod To do this mod you only need to edit one file: 202-login.php This file is located in your Prosper202 root directory. Here is the change you need to make... Original Version [php highlight="80" ...

How To Embed Audio In Landing Pages

Posted by ctrtard on Feb 15, 2011
9
It seems lots of newbies and some not-so-newbies haven been running into problems getting audio to work properly with their landing pages. So hopefully, this will clear up the questions. Advanced Readers: If you've already got this down, skip ahead to Get Fancy and you might learn something new ;-) Why Use Audio? It's pretty well known that audio on a landing page can increase CTR. This is especially true with PPV. Many times your ...

Data Feed Sites, A Complete Guide – Part 4

Posted by ctrtard on Oct 29, 2010
37
<<< Read Data Feed Sites – Part 3 The Complete Guide to Data Feed Sites marches on.  If you’ve followed me this far, thanks for reading!   You’re in for a nice treat in Part 4.   In this post I’m going to give you a custom script.  Great success! CTRtard’s ShareASale Site Builder Features Build a complete data feed site from any ShareAsale data feed in minutes. Posts remotely to your WordPress sites so you ...

Stop PPV Leaks on Your Landing Pages

Posted by ctrtard on Oct 22, 2010
12
You're Losing Money In case you didn't know, your landing pages are probably leaking like a sieve.  PPV networks like TrafficVance are siphoning visitors away from your landers using their text links ads.  If someone on their network buys traffic for a particular keyword that happens to be on your page, anyone with the Gamevance software installed will see that keyword hyperlinked to an ad.  But I'll bet you already knew that, right? Here's ...

Easy Auto-generated Comments in PHP

Posted by ctrtard on Sep 17, 2010
8
Knowing how to auto-generate content is a huge timesaver. A while back, I needed to come up with a bunch of comments for a group of blogs I was building. Rather than outsource it to a real person, I decided to see if I could some up with a way to automate it. What you see below is my proof of concept. ...

Pimp Your Prosper with Subid Injection Buttons

Posted by ctrtard on Aug 13, 2010
20
I love Prosper 202, but the GUI needs help. I mean copying and pasting [[subid]]? Really?!? We may as well all just bust out Mosaic and get it over with. Embrace the 21st Century Mod Features Larger Campaign Name field. (More room to edit!) Larger Affiliate URL field. (The better to see those big-ass tracking links.) Some Sweet Subid Injection Buttons. No more copy/paste means less room for error and ...

Passing Variables Through Prosper 202 Mod

Posted by ctrtard on Aug 03, 2010
31
The Issue: A new campaign I am about to run requires me to pass a zip code as a get variable in the url. For example: http://offerpage.com?id=666&zip=12345 This is also known as a pre-pop, as in "pre-populating" an offer. The Problem: So my landing page is all set up.  I have a form on there that let's the user enter his zip code and I have my Prosper202 javascript tracking code in place.   Everything's great until I have to ...