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:
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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @PeterNo8
yeah it's a bit special that one and the documentation not very clear what will release the information.
hope this thread helps, we discussed it a while back, including our own findings as well as support feedback.
You will ultimately see it in the contextdata of the succeeding page view if all is properly set up.
Hi @PeterNo8
yeah it's a bit special that one and the documentation not very clear what will release the information.
hope this thread helps, we discussed it a while back, including our own findings as well as support feedback.
You will ultimately see it in the contextdata of the succeeding page view if all is properly set up.
@bjoern__koth Thanks so much! Quite the rabbit hole but I managed to narrow down my particular issue from your thread posts. I just needed to explicitly map the page name and view-count integer in the xdm object before sending the event.
In case anyone else stumbles on this thread and are using CJA rather than AA like myself: I wasn't sure if I'd need to do more manipulation to pull those values out of the returned contextData object, but it looks like they're auto-included under the right fields in the xdm object as well. Nice.
You're welcome, glad it worked for you!
Bear in mind that this approach will only store the last activity map interaction on the page before the navigation happened. If you have a website that opens/closes menus, scrolls up or down on mouse click, this may lead to lost calls.
as far as I know, right now, you cannot enable or disable this feature as needed through the activity map filter click callback or similar. Maybe in a future version
Views
Likes
Replies
Views
Likes
Replies