Skip to content

Releases: 7sferry/gatsby-plugin-google-analytics-data-reporting-api

2.0.1

16 Aug 13:50
Compare
Choose a tag to compare

What's Changed

  • Feat add client side analytics by @7sferry in #13
  • build(deps): bump googleapis from 139.0.0 to 140.0.1 by @dependabot in #14

New Contributors

Full Changelog: 2.0.0.beta1...2.0.1

2.0.0.beta1

16 Aug 13:49
2f61d45
Compare
Choose a tag to compare
2.0.0.beta1 Pre-release
Pre-release

What's Changed

  • build(deps): bump googleapis from 126.0.1 to 128.0.0 by @dependabot in #6
  • build(deps): bump googleapis from 128.0.0 to 129.0.0 by @dependabot in #7
  • build(deps): bump googleapis from 129.0.0 to 135.1.0 by @dependabot in #12

Full Changelog: 1.3.0...2.0.0.beta1

1.3.0

15 Oct 07:51
Compare
Choose a tag to compare

changelog:

v.1.3.0

  • startDate & endDate should be specified on gatsby-config since Google changed its API validation often about range of valid startDate & endDate. Last time I check its minimum startDate was 2015-01-01. Also consider to use dynamic date range like 365daysAgo.

v1.2.0

  • change default startDate to 2005-01-01 (previously 1970-01-01) since Google changed its API validation.

v1.1.0

  • support more metric counter. Previously it's only support screenPageViews to count any view on pagePath including revisit from a user. If you don't specify it, it's still use screenPageViews as default view. Now you can specify specific metric like totalUsers to count distinct users, revisit from a user would not count. Or scrolledUsers to count distinct users who scrolled 90% of the page, so user who just visit without scrolling to the end of your page would not count. For more metric you can visit "https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics".

v1.0.0

  • first release to count screenPageViews metric per pagePath for Google Analytics 4.