How to use google analytics to save an individual user’s country to the database?
In a flask web application with a PostGres database, I want to get the country of a user when they register and save it to the database. I am trying to do this with google analytics/ GA api on their free tier.