Link Shortener with "dynamic" tracking

Piotr__11

Junior Member
Joined
Mar 13, 2012
Messages
122
Reaction score
69
Hi.
I am looking for some link shortener.
I need - make 1 link shorten and be able to modify it by (for example) adding '?niche1' or '?niche2' - the links must be generated by just adding some text.

Example :
main link : download.com/dasdas
And 2 other links :
download.com/dasdas?niche1
download.com/dasdas?niche2
Both of the links still redirects to the main link but in the statistics I see how many hits is from niche1 and from niche2 .
I hope u understood.

Please let me know if you know website like this.
 
Mabye you could just embedd a analytics short code?
 
i have a server side script that can do this and it can redirect the links or kill the links if a different ip clicks on the link that is different from the first clicking ip (which is good if someone tries to report your link to an advertiser) it can make unlimited amounts of links with a push of a button its pretty useful ive been using it for years
 
Can you share your script?

i have a server side script that can do this and it can redirect the links or kill the links if a different ip clicks on the link that is different from the first clicking ip (which is good if someone tries to report your link to an advertiser) it can make unlimited amounts of links with a push of a button its pretty useful ive been using it for years
 
i have a server side script that can do this and it can redirect the links or kill the links if a different ip clicks on the link that is different from the first clicking ip (which is good if someone tries to report your link to an advertiser) it can make unlimited amounts of links with a push of a button its pretty useful ive been using it for years

if you sharing would love to get my hands on that.

I search countless times for a expiring link script but all fail in one department or the others what you describe sounds solid.

so if you sharing shoot me a pm.
 
Back
Top