Biz Opp: Unemployed Mother & PaidSurvey
1) Creatives at: DailyNews.com
2) Ad Network: CPX Interactive
3) Type: Advertorial
4) Lander: AZ-News.org
4) Offer: paidsurveysetc.com
Ad
1) Creatives at: DailyNews.com
2) Ad Network: CPX Interactive
3) Type: Advertorial
4) Lander: AZ-News.org
4) Offer: paidsurveysetc.com
WP Smart Tools 3.0, combined with WordPress, allows you to easily create powerful news and blog landing pages quickly. Automatically place the date and location into any landing pages, fast & easy.
http://www.wpsmarttools.com/features
August 25th, 2010 by admin | No Comments »Here is a great Video on High Quality Backlinks.
http://mattsmarketingblog.com/backlinks/backlink-trick/
Offer Vault posted this video on the same subject
http://clicks.aweber.com/y/ct/?l=OINdZ&m=1g91N8Kan1Dubb&b=qNMgRKNuVSN46leUzE1XNA
Here you will find all the information you ever wanted to know about Google searches but were afraid to ask.
August 4th, 2010 by steven | No Comments »Some interesting posts by Ken Smith, co-founder of Zango on his personal blog:
Exerpts From Some Old Zango Emails
December 17th, 2009 by admin | No Comments »Here is how to setup different landing pages for testing using prosper202:
http://profitapolis.com/featured/how-to-split-test-landing-pages-with-tracking202.html
November 19th, 2009 by admin | No Comments »This will show the city or state in your landing pages…
<script language=”JavaScript” src=”http://j.maxmind.com/app/geoip.js”></script>
<br>Country Code:
<script language=”JavaScript”>document.write(geoip_country_code());</script>
<br>Country Name:
<script language=”JavaScript”>document.write(geoip_country_name());</script>
<br>City:
<script language=”JavaScript”>document.write(geoip_city());</script>
<br>Region:
<script language=”JavaScript”>document.write(geoip_region());</script>
<br>Region Name:
<script language=”JavaScript”>document.write(geoip_region_name());</script>
<br>Latitude:
<script language=”JavaScript”>document.write(geoip_latitude());</script>
<br>Longitude:
<script language=”JavaScript”>document.write(geoip_longitude());</script>
<br>Postal Code:
<script language=”JavaScript”>document.write(geoip_postal_code());</script>
You will need:
1) Firefox
2) Grease Monkey (https://addons.mozilla.org/en-US/firefox/addon/748)
3) Google URL Harvester (http://userscripts.org/scripts/show/42998)
October 26th, 2009 by admin | No Comments »Code supplied by TheNetHustle.com
===================
$offer = '';
$offerURLs = array();
// split-test the following offers; track via tid
// add as many offers here as you'd like here
// be sure to increment array element
$offerURLs[0] = 'http://YOURNICK.CBOFFER1.hop.clickbank.net/';
$offerURLs[1] = 'http://YOURNICK.CBOFFER2.hop.clickbank.net/';
$offerURLs[2] = 'http://YOURNICK.CBOFFER3.hop.clickbank.net/';
// if the user has already been presented an offer, make sure they
// see the same one if they refresh or re-visit your domain
if(isset($_COOKIE['offer'])) {
$offer = $_COOKIE['offer'];
} else {
// else pick a random offer from the split-test offers array above
$offer = rand(0,sizeof($offerURLs) - 1);
}
// set a cookie whatever offer was chosen in case they refresh/revisit...
// cookie set to expire after 30 days
setcookie('offer', $offer, time()+60*60*24*30, '/', '.yourdomain.com');
// build offer URL; will generate a ClickBank tid
// "something_meaningful_to_you" + "the offer# that the user converts through"
// e.g. if I set this up on 2-3 domains I will replace "something_meaningful_to_you"
// with something that tells me which domain the click came through
$offerURL = $offerURLs[$offer].'&tid=something_meaningful_to_you'.$offer;
?>
==========================
taken from:
http://thenethustle.com/internet-marketing/clickbank-redirect-offer-rotator-with-google-analytics