mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 18:52:38 +03:00
1cb07efe6d
This commit adds city data to imported records from Google Analytics. The current implementation sets city to 0 because GA does not use the GeoNames database. Google Analytics Reporting API uses [Geographical IDs](https://developers.google.com/analytics/devguides/collection/protocol/v1/geoid) to identify cities and countries. Plausible uses [GeoNames](https://geonames.org/) and I couldn't find databases corelating the two. Fortunately, GA also returns the city name and this commit uses the city name and the country ISO code to find the Geoname ID. To avoid making expensive ETS searches, I created another ETS table in the Location library that uses {country, city} as a key. Related PR: https://github.com/plausible/location/pull/3 |
||
---|---|---|
.. | ||
vcr_cassettes | ||
ga_batch_report.json | ||
ga_list_views.json | ||
ga_refresh_token.json | ||
ga_report_empty_rows.json | ||
ga_report_imported_browsers.json | ||
ga_report_imported_devices.json | ||
ga_report_imported_entry_pages.json | ||
ga_report_imported_exit_pages.json | ||
ga_report_imported_locations.json | ||
ga_report_imported_operating_systems.json | ||
ga_report_imported_pages.json | ||
ga_report_imported_sources.json | ||
ga_report_imported_visitors.json |