Page view event duplicates

Hi,
Has any of you come accross a tracking code logging duplicate page views? what could be a reason?

  1. No use of other tracking tools like google analytics
  2. Made sure only a single tracking code is embeded
  3. Analyzing with chrome dev console, tracking api is called only one time

Hi @KMurota.

Thanks for stopping by. That is a little odd, there are a couple of things that could cause this, multiple instances of the Tracking Code as you’ve already mentioned.

Failing that, if you’re using the Tracking Code API and have called _hsq.push(['trackPageView']); manually before or during the initial page load, this could lead to duplicate views being tracked.
Can you confirm if this is something you’re doing?

Best,
Joe (HubSpot Moderator)