Hello Team,
I am new to AA's world. Trying to figure out some of the basic reasons for traffic spikes for one of our Single page applications. When debugged using adobe experience cloud debugger, we noticed on our home page, that there were two image requests that are being fired (two hits). Here are the details of those two image requests.
Image request 1: Yes, obviously, the page load rule that sends a beacon (s.t() call) ---> we are setting few variables like page name, referrer, load time.. etc.
Image request 2: A direct call rule that gets called while listening to dispatched custom event ( addEventListener) that sends a beacon (s.tl() call) ---> we are setting few new variables which are not set in the first image request.
So, now, when we take a look at the reports for unique visitors, visits and page views, the metrics got a spike(almost doubled) for unique visitors and visits. the report for page views is not impacted with the spike.
Would like to know why an extra s.tl() call causes inflated metrics and how should we go about addressing it?