Archive for the “Affiliate Marketing” Category

Using PHPBay is a great way to quickly create an eBay affiliate site. Unfortunately, that ease also means anyone can create a ton of ‘eBay’ sites and pages which, as you might suspect, Google frowns upon. Anything mass produced – you might as well assume Google will not like that.

For that reason ‘just a PHPBay’ site can be hit or miss in Google. But there are some code customizations you can do to avoid being quickly fingerprinted as having another thin affiliate site:

1. Change up the default template. You don’t need everything created by PHPBay to be a link. All link and no text? Change it so only the graphics are linked. Or maybe just the text. And change the default text while you’re at it.

2. Randomize the number of auction listings. Instead of 10 listings per page, as everyone has, use php to get a random number, say between 5 and 15, then use that variable to control how many listings are shown on a page. It size of the content and number of links will thus be different each time the Googlebot comes by.

Within your config.php file, do something like this:

# MAXIMUM ITEMS PER PAGE
$randomnum = mt_rand (5,15);
$config['paging_num'] = $randomnum;

3. Change the default image url used for seo links. PHPBay by default makes the urls for images to be your domains/images/e/number.jpg. That ‘/images/e/’ is called a footprint. Within your ebay.php file find this line:

var $image_replace = "images/e/";

and change it to something else, such as good keyword.

Then, in your .htaccess file change all references to ‘^images/e/’ to your new location.

4. Change the default item listing for seo links. PHP by default makes each product link ‘item-’ followed by the product name. That, again, is a footprint. Within config.php, under Basic Options, find this line:

$config['url_prefix'] = "item-";

and change it to some other word, such as keyword, followed by the hyphen.

Then, in your .htaccess file, change the references to ‘^item’ to your keyword.

There you have it, 4 easy ways to change your PHPBay footprint so you don’t automatically scream to Google – hey, eBay affiliate site here. There are already enough stories of how Google hates eBay affiliate sites without adding yours to the collection.

Comments No Comments »

This will be an ongoing post where various PPC ROI Software is compared:

Affiliate Reporting:

Pros:
- Hands-off, everything is automated for you. This is a biggie.
- You can get lots of data about your campaigns

Cons:
- Expensive
- Reporting should be better graphically. One would think profit green losses red, or some contrasting color combo. Nope. Nothing. You have to see parenthesis in hard to read green bands to determine what is a winner and a loser.
- Reporting should be better overall. It’s not easy to see the results for each keyword. The actual searched keyword is not available. Not have a simple list of keywords and their results for each campaign – which should be basic.
- subid addition to keywords means you can be tracked from your Adwords ads, without needing to click on them, as your subid can be matched to the merchant records

Prosper 202 / Track 202:

Pros:
- Free
- Can track anything

Cons:
Have to manually enter a cost per click for each ad group, which is ridiculous – unless you only have one keyword per group. Without real CPC data per keyword this is really worthless.

Track 202 Pro:

Pros:
- Reasonably priced for smaller ppc marketers
- All automated

Cons:
- If you already have Adwords ads the software will automatically overwrite them to create a new url. This can be terrible because not only do ads have to be re-approved, but you lose all your prior stats for ads – which may have given you a high CTR and low CPC.
- Only tracks PPC through 3 major PPC networks.
- Not as strong as Affiliate Reporting in handling Google API costs, so these fees can ratchet quickly


Extreme Conversions

Pro:
- Cheap
- Shows actual searched keyword and match-type for bidded keyword
- Extremely fast, internally creates campaigns on the fly, and not need to modify existing PPC campaigns

Cons:
- No automation
- Unless commission set in stone (clickbank) and CPC set in stone (never), will never get accurate stats worth anything

Stats Junky

This has some nice looking features, but the depth is just not there. Without having access to your actual PPC accounts, it doesn’t seem like you’re going to get the most accurate numbers.

OK, if you’re on a budget, but at this time not a professional level ROI service.

Comments No Comments »

I recently found a great aged domain service called Fresh Drop. It is easy to find a domain name several years old with a keyword-related domain name.

I just tested the service, found a couple domains ready to be deleted, and purchased them. They were both ultimately sold through the GoDaddy site.

Unexpectedly, I did not own the domains immediately after buying them. Instead, the redemption period had to run, which it did, before they were transferred to my account. With the GoDaddy auction if the domain owner does redeem their domain then the purchase price is refunded.

I have now been able to confirm through whois that both domains have retained their age. It appears as if I bought them 7+ years ago, not last week.

Now we’ll see if this helps with SEO – it should. I’ve only used the free features available at Fresh Drop, but I was impressed – impressive enough to get me to go back and also to write this post.

========
Update: FreshDrop is NO LONGER Recommended

What was a good service has turned into a huge, greedy rip-off – about $100 a month just to see the age of domains available from GoDaddy.

Fortunately, there are alternatives:

PremiumDrops.com – has a list of expiring GoDaddy domains, with their age. Here is a specific page: http://premiumdrops.com/list.php?l=Godaddy+Auctions&a=show – However, the service is $25 per month.

DropAce.com – Free – Easy to scroll through lists of expiring and deleting domains, but does not easy show age of the domain. Need to click on a domain name to see details, such as age.

GoDrops.com – Free – Nice of lists of daily dropped domains and their age. Unfortunately, to preserve PageRank one needs to get a domain before it has dropped into general availability. The service is thus good for getting a domain name, but not for getting an aged domain.

ExpiredDomains.org – Free – Great website with lists of domains and their age, including an ability for a keyword search.

JustDropped.com – Free – Good flexible search options, but not able to search or see age of domains.

Also – found http://EstiBot.com – very interesting domain naming tools

Comments No Comments »