I want to combine traditional short url creation service with branch logic (conditional logic) and some ideas from smarturl.it
Create a short url that has the following logic: detect country + browsing device + screen resolution and other conditions.
Conditions can be added from user panel without needing to generate a different short url.
Eg. whenever someone clicks your shorten url it redirects to:
- URL 1 if country is France and iOS
- URL 2 if country is US and Android
- URL 3 if country is UK and Chrome and resolution greater than 1024x768
I am sure many other conditions will come into my mind.
I need a little feedback or critics from you. Thank you.