0

I want to retrieve many different informations from analytics for my application. My question is can I use something like

dimension1 (some metrics) dimension2 (some other metrics).

I know, that I can make different requests, but I would like to put it all in one!

1
  • No, this isn't possible with the Core Reporting API -- if the metrics can't be applied to dimension1 and dimension2 simultaneously, then you'll need to make separate requests. Commented Feb 10, 2017 at 23:53

2 Answers 2

1

Yes you can do this using Analytics Reporting API V4

Have a look at reportRequests parameter in which you can pass maximum of 5 objects, where each object can have its own combination of dimension and metrics.

Sign up to request clarification or add additional context in comments.

1 Comment

Do you maybe have some basic example of Analytics Reporting API V4?
0

Make sample queries using the GA API Query Explorer here: https://ga-dev-tools.appspot.com/query-explorer/

See valid metric and dimension combinations here https://developers.google.com/analytics/devguides/reporting/core/dimsmets

1 Comment

How does this answer the question?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.