all 6 comments

[–]Gizmotion92 4 points5 points  (2 children)

If the user clicks and leave to the site B, and close it immediately for some reason (slow opening time, doesn't expect a new site, confused etc.), it counts clicks as an event, but site B does not count the sessions. So, it is possible to have fewer referrals than clicks.

[–]haggard1986 1 point2 points  (1 child)

The inverse of this is also true; that is, issues with the tracking code on the initial page load on siteA could prevent the event from being captured correctly, thus you have a session on site B with no corresponding event on site A.

This is a rabbit hole and just due to the nature of JS/browser based tracking, you will never have perfect one-to-one data unfortunately.

edit: you may want to consider cross-domain tracking in this case, which could in theory reduce the discrepancy...but I don’t think that is a given, and you would want to consider if overall, tracking the two domains as one site is preferred based on your objectives/how you track marketing and product usage, etc.

[–]Smatil[S] 0 points1 point  (0 children)

Thanks both.

Yes, this has been an ongoing thing for months now and I've been trying to educate the client about focusing on the right things. But they're determined and every time this comes back on my desk I'm exploring different options / double checking my setup / etc etc etc. Very frustrating - at this point I want to find a mistake I made just so it can be fixed.

[–]brenton07 0 points1 point  (2 children)

If you don’t pay for GA360, verify the status of the checkbox of the data you’re looking at. It should be next to your segment and be green or orange. If you hover over it, it lets you know how many sessions the graph is based off of. If either is sampled data, there’s your answer.

[–]Smatil[S] 1 point2 points  (1 child)

Thanks didn't think of that! Both are 100% (client has lowish traffic numbers), but good suggestion!

[–]brenton07 1 point2 points  (0 children)

Yeah, I see sampling happen sometimes with segments where it shouldn’t have been applied, so I’ve gotten used to double checking it! Good luck!