Gets downloads for the last available day. In practice, this will usually be "yesterday" (in GMT) but if stats for that day have not yet landed, it will be the day before.
If I understand correctly, this means that using last-day we should get the data from the day before if yesterday's data is not processed yet. In practice, we always get zero and have to manually request the data for the day before to get a meaningful output:
returns
The documentation states:
last-day
Gets downloads for the last available day. In practice, this will usually be "yesterday" (in GMT) but if stats for that day have not yet landed, it will be the day before.
If I understand correctly, this means that using
last-day
we should get the data from the day before if yesterday's data is not processed yet. In practice, we always get zero and have to manually request the data for the day before to get a meaningful output:returns