Ecosystem

Geo redirect

Each link can send to a different URL based on the visitor's country.

/oferta ES → amazon.es US → amazon.com * → tienda global

What it is

Give one link different destinations by country. For example, visitors from Spain go to amazon.es and those from the US to amazon.com, with the same short URL.

How it works

You define COUNTRY | URL rules, one per line, and use * for "everyone else". On click, Linsei checks the visitor's country (via local geolocation) and sends them to the matching URL.

How to use it

1

Install it

From Add-ons, click Install on "Geo redirect".

2

Define the destinations

When creating or editing a link, in "Geo redirect" write one line per country:

ES | https://amazon.es/...
US | https://amazon.com/...
* | https://global-store.com

Country codes

It uses ISO 3166-1 alpha-2 codes (two letters): ES Spain, US United States, FR France, GB United Kingdom, DE Germany, IT Italy, PT Portugal, MX Mexico, AR Argentina, BR Brazil... The full official list is at iso.org (or, easier, on Wikipedia).

Note: geolocation is included and works with no setup (you can refresh the country database from Settings). Don't confuse it with "Access by country/IP", which applies global rules to all links; this is per link.