Skip to content

Commit

Permalink
Merge pull request #9 from akki-io/akki-io-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akki-io authored Feb 14, 2022
2 parents a07830c + 7a452b5 commit 6729ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ use Google\Analytics\Data\V1beta\Filter\NumericFilter\Operation;

// get the top 20 most viewed pages for last 30 days
LaravelGoogleAnalytics::getMostViewsByPage(Period::days(30), $count = 20);
LaravelGoogleAnalytics::getMostUsersByDate(Period::days(30), $count = 20);

// get the top 20 dates with most users for last 12 months
LaravelGoogleAnalytics::getMostUsersByDate(Period::months(12), $count = 20);

// build a query using the `get()` method
LaravelGoogleAnalytics::dateRanges(Period::days(30), Period::days(60))
Expand Down

0 comments on commit 6729ed8

Please sign in to comment.