With Google Analytics API how can I get the page views between the start and end date? -


I am able to get page views of days between the first day and the last day. But is it possible to split on different days?

I am trying to get all the page views of each day within two months. What is the best way to go about this without sending a request for each day?

Just add date dimension:

< / P>


Comments