Hello:
I’m now using HTTP Server Module to get visitors’ location in Matomo v3.13.6.
The problem is:
Even though I could see the correct location info(both city and country) in the setting panel like this:
The Country info in the Visits Log is unknown, however, the City info works well.
@Creling Matomo internally stores the country iso code, so it's important to have a server variable for MM_COUNTRY_CODE
@sgiehl
It works.
Thank you.