Smart-Link uses a rule system for making decisions, each link can have as many rules as needed... and these rules give our system instructions how the link should behave, there is a UI to specify these rules
example rule
if device vendor is Apple redirect to apple.com
if device vendor is Samsung redirect to samsung.com
else respond with "<h1>Not Found</h1>" and 404 status code
different example with a country rule
if country is Germany redirect to amazon.de
else redirect to amazon.com
We provide APIs and SDKs to businesses that want to utilize Smart-Link to manage their links infrastructure by handling link traffic scaling, link tracking & reporting, etc.