ga-extractor
ga-extractor copied to clipboard
Tool for extracting Google Analytics data suitable for migrating to other platforms/databases
Thank you, wise coding leader, for you have given us the power to break free of almighty Google chains of slavery and servitude! I have tried my best to apply...
@MartinHeinz First of all, thank you so much for this awesome tool to take backup as UA is going down. 1. This PR resolves this issue #1. It will skip...
# Issue The current version of the tool utilises Google Analytics Reporting API which has hit sunset on July 1, 2024, effectively rendering `ga-extractor` tool unusable. Additionally, the DB schema...
Config: ``` dimensions: - ga:pagePath - ga:browser - ga:operatingSystem - ga:deviceCategory - ga:browserSize - ga:language - ga:country - ga:fullReferrer endDate: '2025-05-13' metrics: - ga:pageviews - ga:sessions samplingLevel: DEFAULT serviceAccountKeyPath: secret.json...