Question
What sets which element in WebSDK custom link javascript code
In this example given in the https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/tl-method.html?lang=en documentation, what does the "URL" correspond to? The url that the exit link is going to? Or the url that the link is clicked from?
alloy("sendEvent", {
"xdm": {
"web": {
"webInteraction": {
"name": "My Custom Link",
"URL": "https://example.com",
"type": "other"
}
}
}
});