Geolocation is checked at the beginning of the user’s first session. Country and region location is remembered for 30 days in cookie: “fp_country”.

Depending on the chosen geolocation service, the cookie can contain only the country code or country and region code.

The data is also accessible in the “fpdata.country” and “fpdata.region” JS variables.

If the geolocation fails, the cookie will contain the “unknown” value and the geolocation check will be re-tried at the beginning of the next session.

The full response from the geolocation service is accessible in the “fpdata” JavaScript object (fpdata.geo) after the location is checked. This response is not remembered across pageviews or sessions in any way.

If you want to test geolocation, please follow this tutorial.

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments