How do I find the country that someone belongs to from their browser?
I am able to find the time zone via the date extension, but what about the country?
For example, I want it to return such that if example someone is from Singapore, it’s “SG”. If someone is from USA, return “US”.
Is there a way to find? Currently I am getting it from the phone country code number but it is not accurate as a singular country code can be for multiple countries.