1

The Google Analytics API has a parameter called ids the documentation states

The unique ID used to retrieve the Analytics data.

Is there a way to query Google Analytics to pull data from multiple ID views? If not, how would I iterate through multiple View IDs?

1

1 Answer 1

0

The Google analytics API v3 only returns results for one view at a time. However the batch mode from this api does support sending requests with different ids.

The new Google Analytics reporting api V4 is batch based. This means that you can send more then one report request at a time. However you can't send reports with different view ids

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

Comments

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.