Managing Aff Links For Hundreds Of Websites?

3 replies
I was wondering if anyone could offer me advice with how to cloak affiliate links for a large network of sites? Right now I use htaccess or a php redirect for my affiliate links, but I am looking for a more effecient way to do this for a large network of sites, like 200 plus and growing. So while htaccess or php redirect script works fine, the problem is I still have to login and change things on every site when I want to change url's.

Basically I am in a niche where affiliate links change all the time, so I spend a lot of my time updating htaccess files on hundreds of sites instead of doing marketing or content. So I was hoping to implement a solution that would allow me to change affiliate links in one dashboard or command center.

Now I am not real tech savvy, but after researching a tad I was wondering if perhaps using one master database for my affiliate links would work, then setting up a remote connection to that master database would work? Would that be a viable solution and are there any downsides to doing it this way? I thought I read that mysql only redirects with 302's which isn't ideal.

How do super affiliates manage links on thousands of websites? I have spent hours researching and I am sort of running into a wall with the right approach to this problem. I know I could set up domains for each affiliate product I promote, but this sort of gives away your network for people snooping. So that's not really a good option for me and am hoping to find a better alternative. I also used smart ftp multi upload feature but that creates a few problems for me as well with the amount of websites I am trying to update. So I am thinking some sort of master database option might work best, but it's a lot of information to work through to come up with the right solution which is why I was hoping to lean on some seasoned affiliates here that has run into the same problems I am facing.

Thanks in advance.
#aff #hundreds #links #managing #websites
  • Profile picture of the author Tashi Mortier
    Hi,

    I think that GoTryThis will really help you in your case:

    GoTryTHIS - Control and track all your marketing and affiliate links, in one place, live.


    Go and have a look. PM me if you're willing to sign up under my affiliate link.
    Signature

    Want to read my personal blog? Tashi Mortier

    {{ DiscussionBoard.errors[4570339].message }}
  • Profile picture of the author ModernDomains
    GoTryThis does look interesting. I will have to read more about it.

    Briefly what I do to manage all of those pesky CPA affiliate links that keep changing:

    I have a central website that I use to host data files which contain my affiliate links. For instance I keep my debt consolidation link at: website1/links/debt1.txt

    I have a different data file for each specific affiliate link. Could have done this differently but it works pretty easily and is easy to keep track of.

    Each text file contains nothing but the affiliate link.

    Now on each website that I want to use this affiliate link, I upload a small php script which uses fopen or curl to read the text file from the remote website at website1/files/debt1.txt and then prints this link. This script will be called debt1.php.

    Now on any page that I want to insert the affiliate link, I use SSI to include the PHP script in the page like this:
    <!--#include virtual="debt1.php"-->

    Your html would probably look like this:
    <a href="<!--#include virtual="debt1.php"-->">Anchor Text</a>

    Now I go and do this for every website and every page that I need to include the link. And the hard work is now done.

    Whenever I need to update the affiliate link, I go back to the central website and update the debt1.txt file. This link is then automatically updated on all of the sites using the debt1.php script.

    Pretty easy to do if you are familiar with PHP.

    Best of luck!
    Signature

    Many Great Keyword Domains
    www.ModernDomains.com

    {{ DiscussionBoard.errors[4736128].message }}

Trending Topics