Web SDK - Link-click interactions not being captured when using recommended event-grouping setting
Hi. I'm dealing with conflicting information on how to include the `web.webInteraction` object to capture internal link clicks in page-view events using the Web SDK extension.
Details:
- In the extension config I've selected all internal link tracking options, as well as the "event grouping using session storage" option to group page views and link clicks as single events.

- The official documentation seems to suggest that this is all that's required for page-view events to include the `webInteraction` object alongside the other auto-collected objects under `web` (the latter of which are being successfully auto-captured under my current ruleset)

- However, I get conflicting messaging when exploring the "Update Variable" action in the UI. This seems to be telling me that `webInteraction` is NOT automatically mapped, and apparently needs explicit mapping logic instead?
- Under the current setup, `webInteraction` is not being included in the payload or resulting dataset rows:


Using console logs I can confirm that the link-click variables are accessible via the "filter click properties" callback, but these are ultimately not making it to the sendEvent command:

Considering the issues, am I misinterpreting what the documentation is saying? Do I actually need to explicitly map `webInteraction` using Update Variable? Where & how should I be trying to pull these values from?
