'How can I get my customers' Google Analytics data?

I want to create a SaaS, for this I need my customers' Google Analytics data. Can I do this? Is something like this possible? I found the Management API, but I don't know if I can do it, I don't even understand it. Thanks



Solution 1:[1]

Management API is irrelevant. If you need the data, you need the Reporting API. It's here: https://developers.google.com/analytics/devguides/reporting/core/v4

It requires OAuth 2.0 authentication. Here's more on it: https://developers.google.com/identity/protocols/oauth2

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 BNazaruk