I\'ve developed a windows console application which extracts Google Analytics data and writes to .CSV file. When queried for data of particular date on Google Analytics Quer
Yes this thing is mentioned in there documentation. To get more data, general practice is break it down your interval or any criteria then do multiple queries to fetch the data. Read https://developers.google.com/analytics/devguides/reporting/core/v3/limits-quotas for full detail Hope it might help you a bit