I'm using Google Sheets add-on.
Using dimensions ga:date,ga:eventAction,ga:channelGrouping, for some date there is no data for the metric I chose, so Google sheet API will remove the row completely.
For example the data is like this
Date Event Action Default Channel Grouping Unique Events
2019-06-19 Onlinesuccess Affiliates 2
2019-06-21 Onlinesuccess Affiliates 6
In the above example there is Zero 0 unique events for June 20th.
As I import this report and consolidate it (Using =importrange(...) ), it is very important to have the entry 0 and respective date in order to prevent errors and mismatch.
Is there anyway to force Google Sheets API to report also the Zeros?
To have output data like this:
Date Event Action Default Channel Grouping Unique Events
2019-06-19 Onlinesuccess Affiliates 2
2019-06-20 Onlinesuccess Affiliates 0
2019-06-21 Onlinesuccess Affiliates 6
Thank you in advance for your responses.
Have a good day
https://groups.google.com/d/msg/google-analytics-spreadsheet-add-on/Ei0x9jNFycE/8L_1-PlJAwAJ
Unhided the rows in Report Configuration, but by either putting FALSE or TRUE, in the row of "Exclude Empty Rows", the rows with zero value did not show up
:\