Page View Display event for websd in SPA mode
I have a question regarding the example on this documentation page (websdk):
https://experienceleague.adobe.com/en/docs/experience-platform/collection/use-cases/personalization/top-bottom-page-events
The example looks like this:
"... Second page view (Option 1) ..."
alloy("sendEvent", {renderDecisions: true,xdm: {...,web: {webPageDetails: {viewName: "cart"}}}});Unfortunately, the example does not indicate which XDM event type is sent over the network. Could you clarify which xdmType should be specified here, or which one is sent by default?