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 regarding their products in their administration panel.
Unfortunately, the GA API documentation does not shed any light on how to do this; all the example are based around OAuth 2.0 authentication in order to gain access to a users GA data instead of the site account.
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? I suspect the answer is "no", but if so is there a way we can technically achieve this?