Hi - I’m taking my first few steps with Amplitude - using the Javascript SDK to log page views and other events on my website, bachtrack.com.
I’m currently running in parallel with Google Analytics and making the same page view calls to both Amplitude and GA. As far as I can see, everything is being logged correctly – I haven’t received any error codes yet – but I’m only seeing around 60% of the event count in Amplitude that I’m seeing in Google. To put it another way, 40% of my page view events are getting lost.
The timing is slightly different - the call to GA is inline inside the HTML <head> tag and happens at around 880ms, whereas the Amplitude call only happens after the page is loaded (around 980ms, according to Chrome). But that doesn’t seem like enough for me to be losing such a high percentage of the Amplitude posts.
Can anyone point me in the direction of what to look for?