Skip to content

Commit

Permalink
Merge pull request GeneralMills#416 from LukaszSztukiewicz/master
Browse files Browse the repository at this point in the history
Update README.md information about timeframes
  • Loading branch information
emlazzarin authored Aug 1, 2020
2 parents 5fe6c29 + 227e24e commit b268d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ Many API methods use the following:
- By Month: ```'today #-m'``` where # is the number of months from that date to pull data for
- For example: ``'today 3-m'`` would get data from today to 3months ago
- **NOTE** Google uses UTC date as *'today'*
- Seems to only work for 1, 2, 3 months only
- **Works for 1, 3, 12 months only!**

- Daily: ```'now #-d'``` where # is the number of days from that date to pull data for
- For example: ``'now 7-d'`` would get data from the last week
- Seems to only work for 1, 7 days only
- **Works for 1, 7 days only!**

- Hourly: ```'now #-H'``` where # is the number of hours from that date to pull data for
- For example: ``'now 1-H'`` would get data from the last hour
- Seems to only work for 1, 4 hours only
- **Works for 1, 4 hours only!**

* `gprop`

Expand Down

0 comments on commit b268d45

Please sign in to comment.