Forum Discussion
VijayMD
Aug 08, 2020Copper Contributor
Google Analytics Data Extraction using Powershell
Dear Community, I am new to powershell. I have to download data from Google analytics. how can we do this data extraction through powershell.
- badrishCopper ContributorWe have used the latest Google Analytics 4 API to get data out of GA4. https://www.thirdrock.com.au/post/data-extraction-from-ga4-through-powershell
Hope this helps. - AndySvintsSteel Contributor
To get started quicky, I would suggest to use GoogleAnalytics PowerShell module from CDATA.
They have short use case on how to use it here.
If your use case is more complex, please refer to Google Analytics API Documentation.
Hope that helps.