How to keep up to date affiliate links accross multiple wordpress blogs ?

djprog

Junior Member
Joined
Mar 20, 2010
Messages
100
Reaction score
42
Hello guys,

I'm slowly getting into a problem with more and more sites to manage.:o

Basically i'm using lots of wordpress sites with aff links. The aff links are "beautifullized" with the plugin "pretty link".

My question is :
- Sooner or later, some links will be outdated (example : pointing to a product that isn't available anymore)

How do you handle this ? How do you track and keep up-to-date and replace when necessary all your aff links ? :confused::confused:
I can't check every single aff link every week... so how can I do ?

Are you using a master excel sheet were you store all you aff links and check them all at once ?

Thanx for any help, :D

Cheers,
 
The best way is to link out via a .htaccess or php redirect. So if a product/site isn't available you can easily change the linking at one place only and it will be all good everywhere :)
 
The best way is to link out via a .htaccess or php redirect. So if a product/site isn't available you can easily change the linking at one place only and it will be all good everywhere :)

Thanks for the reply.

Could you try to be more detailled. I think I see what you mean but i'm not sure...

Cheers,
 
I use pretty link on a ****************** domain to change links across all domains remotely.
 
Thanks for the reply.

Could you try to be more detailled. I think I see what you mean but i'm not sure...

Cheers,
just add a line like this to .htaccess everytime you want to add a new redirect:

Code:
Redirect /cheesefactory [URL]http://www.cheeseefactory.com/myrefcodenumber[/URL]

Add this to the .htaccess on the root. So if you want to link to the cheesefactory site then you will do it like this:
www.your_domain.com/cheesefactory

instead of a direct url ;)
 
Easiest way is to have a tracking domain, load all your affiliate links there, and manage it all from one central location when you need to make changes.

If you're redirecting to CPA offers that have expiry dates, some WP plugins will automatically let you redirect to another url if it does expire so you don't have to manually change it yourself.
 
Easiest way is to have a tracking domain, load all your affiliate links there, and manage it all from one central location when you need to make changes.

If you're redirecting to CPA offers that have expiry dates, some WP plugins will automatically let you redirect to another url if it does expire so you don't have to manually change it yourself.
Sounds like a pretty good idea. What do you use for managing all those links?
 
Thanks to all of you, :)

I thought about the "main" pretty link install, but I thought it would leave heavy footprints accross all domains (but I didn't think above that...)

I guess if i'm doing something like that i better have a tracking domain named something "usual" or "standard" like yourtrackinglink.com of similar ;)

I guess another way to handle this is prosper 202, right :questionm (someone mentions CPA offer and I know prosper if very good at tracking this)

Cheers,

DjProg
 
Back
Top