Grouping events causes requests with both pageview and link parameters to be processed as link clicks only
- November 10, 2025
- 1 reply
- 255 views
Hello, to avoid generating lots of additional requests we've enabled eventGroupingEnabled in the clickCollection object, as per https://experienceleague.adobe.com/en/docs/experience-platform/web-sdk/commands/configure/clickcollection#click-collection-settings-using-the-web-sdk-javascript-library - and as anticipated link tracking data (from when a user clicks on a link on the previous page) with is being combined with the page load event. See the attached XML!
However, we're finding that such requests end up being processed as hits classed as link clicks (page_event = 10 in the Adobe data feed). No pageview hits are generated. We're finding that we're massively undercounting pageviews on some pages which were reached through links.
Has anyone come across a similar issue? Is the expectation that requests that include both pageview and link parameters are processed as two separate hits?
Elsewhere in the documentation we're told that requests are either pageviews or links - there's nothing to suggest they can be both... very confusing!