Idea gathering for kblinker, what would help you?

Status
Not open for further replies.

kblessinggr

PedoBeard
Sep 15, 2008
5,723
80
0
G.R., Michigan
www.kbeezie.com
I don't run any campaigns, and I rarely do any kind of marketing. I originally wrote kblinker for a client, she simply wanted to be able to have a database driven list of links.

Some of the features as it pertains to the linking/redirecting. There's four methods of redirects.

Straight thru: which is basically done with PHP sending a 301 header to the browser then telling it the location of the target. For the most part I don't think theres much ways to improve this, except maybe change to 302 temporary, or give users the option of 301 or 302, what you think?

Double Meta (Referer scrubbing): Technically this is not done correctly in the sense of what a double meta is supposed to do. Right now a redirect link would load up html, which would hava meta refresh to itself, then that would have a meta refresh to the target url.

URL hiding to the user: Basically loads up html with the target destination in a frame, so that the address bar remains the same.

Stealth Redirect: Done by loading html which then triggers a javascript window.location redirect. To the best of my knowledge this is about the equivalent of a user typing in the target url directly.

Far as the block/change features I mainly just got three methods

Geo-targeting based: IF visitor doesn't match the primary country, changes the target to a different link if default or an alternate country is provided. Not sure how I can make it more helpful.

IP based redirect: matches partial and full IPs to the list, meaning if you're trying to redirect Google Adwords (ie: 66.249.85.*) or Yahoo Search Marketing (74.6.156.*), you could simply type in "66.249.85. 75.6.156" into the box, then provide it with an alternate url for it to goto.

Referer redirect, similar situation, for example you could enter intern.facebook.com into the box, and it would redirect anyone clicking on your url from the facebook review section, and change the target based on that fact.

And the only other helpful feature I can recall at the moment, is anything you add onto the redirect url, such as mydomain.com/?id=redirect_code&foo=f00 , if the target was google.com it would become google.com/?foo=f00.

Anything additional you think would be helpful to an affiliate marketer in terms of redirect method, or block/redirect criteria? As I said, I don't run campaigns so I don't always think of all the situations where someone might need to redirect.
 


Geo-targeting based: IF visitor doesn't match the primary country, changes the target to a different link if default or an alternate country is provided. Not sure how I can make it more helpful.


In addtition to Geotargeting, you should consider having an option to have 'duplicate' traffic to be sent to a different offer.


I like to drop a cookie that clues me into what offer(s) i have already sent them and how long ago :)



IP based redirect: matches partial and full IPs to the list, meaning if you're trying to redirect Google Adwords (ie: 66.249.85.*) or Yahoo Search Marketing (74.6.156.*), you could simply type in "66.249.85. 75.6.156" into the box, then provide it with an alternate url for it to goto.


Add in either a netmask and/or the CDIR 'slash' notation -- 10.10.1.0/24




Otherwise your tool sounds mostly complete.
 
i have been using your tool for a couple days and i am thoroughly impressed. i think this is one of the best redirect tools i've come across yet! well worth the money - it is saving me loads of aggravations hand-coding links.

here are a few things i'd like to see -

- when you export links have the table include the original link and the shortened link

- the ability to add subid's automatically

- the ability to randomly generate the link "code" - maybe even based on keywords or multi-keywords

- for double-meta redirects - have the option to redirect to an alternate link if the referer is not blocked.

- redirect based on user-agent (block certain browsers, etc)

- export just the shortened urls

- link organization = group links under categories, etc
 
Status
Not open for further replies.