-
How can I accurately filter event count to reflect the total number of events?
Hey, so I’ve been working on creating a specific report for my client. It was supposed to show the name of the PDF file and how many times it got downloaded on the website. Yet, I’m running into some trouble. I was expecting the total event count to match the number of files downloaded, but that’s not the case. For instance, even if there are only 10 file downloads, the event count strangely shows 1000!
I’ve set my segment to include users when: a file is downloaded and the file extension is a PDF. From there, I’ve used “Link Text” as a dimension to note the name of the downloaded PDF file. This info feeds into each row of my output table. Meanwhile, my metric for capturing the download events for the PDF files is their “Event count”.
Now the problem is, the first row of my table displays the entire number of events in the “Event count” but it’s not accurate anymore. The second row shows the filename and the number of times it was downloaded within the identified time frame.
Can you suggest anything that can help me get the correct number of download events?
Log in to reply.