Hello!
I’m looking to brainstorm solutions for a data discrepancy issue I have between my website’s production database and Amplitude. The discrepancy is with an event we call “Article View”. Our DB tracks an article view on the backend, and originally I setup Amplitude tracking on the frontend. The difference was quite surprising (several thousand view difference), so I decided to track this event on the server and in the same block of code where we track article views for our database. This has produced much better results, but there is still a difference in event volumes (only ~200 event total difference now).
Has anyone else had a similar issue and found a fix? Is this type of problem to be expected? Would really appreciate any help, thanks!