Getting data through API 2.0 using mutiple breakdowns for many metrics
Hello everyone,
I would like to import some data to my jupyter notebook (python) using API and aanalytics2 package. In general the structure of the report that I would like to get has the structure as following:
- All visits
- Product Group 1
- Week 1
- Week 2
- Product Group 2
- Week 1
- Week 2
- Product Group 3
- Week 1
- Week 2
- Product Group 1
The problem that I have is that when I am using a debugger to get the JSON code it only includes the last product group divided into weeks.
It looks like this:
- Week 1 - some data
- Week 2 - some data
Is there any way to generate a JSON that would include all of the product groups divided into different weeks?