We\'re developing a web application that allows clients to create and display products. We\'d like to provide our clients with metrics from our Google Analytics account reg
Is there a way to access Google Analytics data for an account we have access to but the user of the web application does not?
Yes, you can use a refresh token. Store the refresh token in a db or secure config file, then use it to show the client stats on their dashboard.