Eric Nagel

Eric Nagel

CTO, PHP Programmer, Affiliate Marketer & IT Consultant

Merchants: Why You Need To Partner With An Affiliate Network

For some reason, in one of the niche’s I’m in, over half of the merchants that have affiliate programs decided to use (or create) an in-house system, avoiding networks. While there may be some benefits to using an in-house system (such as avoiding network fees & overhead), I think in the long run, merchants will have greater success with their affiliate program if they use a network.

Networks not only handle the tracking and payments for an affiliate program, but they also act as the policemen, making sure affiliates are not defrauding merchants, and that merchants are not cheating affiliates out of their commissions.

But when an in-house program is used, affiliates must assume that what is reported in the tracking reports is accurate, and hope they get paid on time.

Affiliate Networks help manage the Circle of Trust

Lately, that hasn’t been the case for one particular merchant I’m promoting. Tracking is way off and completely inaccurate (for example, they tried to tell me I sold -40 subscriptions last month (that’s negative forty. When I questioned this, they sent over a new report with new numbers, but insisted the payment was not affected)). In addition, payment was late this month.

Read More

“Affiliate Program Management: An Hour a Day” Book Review

Affiliate Program Management: An Hour a Day
Affiliate Program Management: An Hour a Day
Evgenii (Geno) Prussakov‘s “Affiliate Program Management: An Hour a Day” could very well be the textbook for a course in Affiliate Program Management. If you somehow find yourself with the title of Affiliate Program Manager, and don’t know how you got there, obtaining this book should be your first step.

While other affiliate program management books may cover the big topics, Geno goes into detail on launching and running a successful program.

Read More

Automation FTW!

Automation Dilbert Cartoon

Being a programmer, and a lazy resourceful person, I love automation, and streamlining as many daily processes as possible. Sometimes a task is so simple, we just do it without thinking. That’s especially true if automating it can take one or more days. But, there’s more than just those 8 minutes you spend every day downloading some stats.

Read More

Scraping Websites using PHP’s Document Object Model

ScraperI had a need to get some data that wasn’t available in the merchant’s datafeed, and since I wasn’t going to be putting a huge burden on the merchant’s site (ie: if you scrape, be nice*) I decided to write a little scraper to do so.

In this script, I’m using all, pure PHP functions: cURL, Document Object Model, SimpleXML. By using PHP’s built-in functions, the script will be as portable and efficient as possible.

Read More