matomo-tracker icon indicating copy to clipboard operation
matomo-tracker copied to clipboard

Redundant paq pushes

Open bitPogo opened this issue 5 years ago • 0 comments

Describe the bug The Tracker pushes multiple time the page title as well as the url.

To Reproduce Steps to reproduce the behavior:

  1. Use trackEvent, trackPageView and trackEcommerceOrder in arbitrary order.
  2. inspect the window._paq

Expected behavior It should be pushed exactly one time.

Additional context The behaviour is located in the tracker.

bitPogo avatar Oct 29 '20 06:10 bitPogo