I am creating a Google Analytics v4 API call, with two date ranges, two dimensions, and two metrics.
The dimensions are ga:source and ga:date, and the metrics are ga:users and ga:newUsers. When I receive a response, the rows contain data for two date ranges, but the dimensions only include the ga:date value for the first date range. First, below is the data I will pass into the API.
request in pastebin
Second, is the response I get in return:
response in pastebin
Notice in the return that each row contains two dimensions, but two dates with two metrics each. If each dateRow will represent a different set of dates, shouldn't each dateRow contain it's own set of dimensions for that range of dates?