I am an newbie,tried to find Geo-location script on STM or Outside but none of them worked.can any one share Geo-location script that works on all browser.
thanks
What do you mean with Geo Location script ?
Are you a developer want to detect the country of the user or the visitor of your web site ? or what exactly ?
I want to detect visitors state and country.I am promoting an Walmart offer.
I am working on detecting a visitor's geographical location in order to dynamically display that information back to said user on the landing page.
If this is similar to what you are looking to do, I think this detailed tutorial may be the answer:
http://stmforum.com/forum/showthread...ing-Parameters
This tutorial passes the user's device model back to the user instead of geographical location but I don't see why geographical location wouldn't work. Hopefully somebody more experienced could confirm this.
dabrostyles' suggestion works great if location parameters are passed as tokens. If you need broad location data, look into first script featured here. For more precise data, take a look at the paid versions of Maxmind's GEOIP databases.
You can use GEOIP Maxmind
http://dev.maxmind.com/geoip/legacy/javascript/
My team develop using laravel and in laravel is easy to integrate GEOIP and detect country state or city and everything
Hey acjhonrosya,
Based on what i have read you could use tracking from your network to gather this information. They should be able to gather all the sub id information such as IP address which would tell you where they were coming from! If you had an external tracking as well you could get them to pass that info along to you as well.
Hope this helps!
If you use Voluum, It's pretty easy: http://feedback.Voluum.com/knowledge...eter-on-lander
Thanks Makeitrain!