Skip to content

Commit

Permalink
Add impressionTracker change to upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jan 25, 2017
1 parent a7d23db commit 584648c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- When the `cleanUrlTracker` plugin is used, calls to `tracker.get('page')` will return the "cleaned" version of the page.

#### [`impressionTracker`](/docs/plugins/impression-tracker.md)

- Events sent by `impressionTracker` are now [`nonInteraction`](https://support.google.com/analytics/answer/1033068#NonInteractionEvents) be default.

#### [`pageVisibilityTracker`](/docs/plugins/page-visibility-tracker.md)

- `change` events are no longer tracked; instead, `visible` events are now tracked which record the amount of time a page has been in the visible state.
Expand Down

0 comments on commit 584648c

Please sign in to comment.