Hi,
Is there any way to find current location of the user? For example, if user opens my website in "Richmond" then I should display image, if user opens my website in "South California" then it should not
I tried using below macro but it always displaying South California, even if my site opened in different states
{% Contains(AnalyticsContext.CurrentGeoLocation.State.DisplayName, "South California") #%}
Any suggestions please welcome.
Did you enable a contact geolocation by IP? If not, just read this article: Using geolocation for contacts
Yes I did, but still not working. Is it mandatory to download MaxMind GeoLite database from Kentico Client Portal?
Please, sign in to be able to submit a new answer.