Backlinks and Google Searches

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.

http://www.googleguide.com/

Posted in Uncategorized | Leave a comment

What Zango Did Right & Wrong

Some interesting posts by Ken Smith, co-founder of Zango on his personal blog:

What Zango Got Right

What Zango Did Wrong

Exerpts From Some Old Zango Emails

Posted in Uncategorized | Leave a comment

How to split test landing pages with Prosper 202

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

Posted in Uncategorized | Leave a comment

RevenueWire’s Keyword Manager

Download Here

Posted in Uncategorized | Leave a comment

Free GEO IP code

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>

Posted in Uncategorized | Leave a comment

Harvest Google Search Result URL’s

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)

Posted in Uncategorized | Leave a comment

Introduction to the Google Ad Auction

Posted in Google, U.P. University | Leave a comment

ClickBank Redirect Offer Rotator With Google Analytics

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;

?>
<html><head><title>Loading…</title></head><body>
<!– insert Google Analytics code here –>
<script language="javascript" type="text/javascript">window.location.href='<?= $offerURL ?>';</script>
</body></html>
==========================

taken from:

http://thenethustle.com/internet-marketing/clickbank-redirect-offer-rotator-with-google-analytics

Posted in Uncategorized | Tagged | Leave a comment

JAH Simple PPC

Useful tool to generate keyword variations:

http://www.johnhasson.com/index.php/jah-simple-ppc

Posted in Uncategorized | Leave a comment

Adsense Sandbox

check your content competitors
http://www.labnol.org/google-adsense-sandbox/

Posted in Uncategorized | Leave a comment