Dynamic KW Insertion

hunar

Regular Member
Joined
Jan 1, 2009
Messages
489
Reaction score
184
Sorry if this has been answered here. as I have not seen it.

But does anyone know a good script that will do Dynamic KW insertion without installing p202 on my server or using CPV lab. I'm just getting started with PPV and not ready to go full in for that just quiet yet.

But keep reading that DKI is the way to go with your LP's.
 
lol right, I had read that as well but what's the whole script. Cause that looks very familiar to the one on P202 which you have to have p202 installed onto your server.
 
lol right, I had read that as well but what's the whole script. Cause that looks very familiar to the one on P202 which you have to have p202 installed onto your server.
This is basic PHP:
<?php echo $_GET["keyword"]; ?>

So you send the visitor to: site.com/?keyword=keywordgoeshere

Nothing else is needed other than that your file format is .php
 
Sorry for beong silly but how exactly would you use this and what for?
 
Second thought...to get better adsense showing? How would you use this with wordpress?
 
Oh ok, Well thank you.

It's basically for If i'm targeting URLS for PPV it would say Welcome <URL here> User! Something like that. :)
 
It allows you to dump a long list of keywords into a single ad campaign, and then have the individual keyword which triggers the display of your ad be inserted as the tracking id of your ad, which you can pass through to your landing page.

Basically, you can see the exact keyword by keyword cost of your advertising, and the keyword by keyword earnings of the affiliate product you are promoting. Test for a short period of time, and then delete from your campaign every keyword which is costing you more than you earn.
 
Back
Top