adobe / alloy

Alloy is the web SDK for the Adobe Experience Platform.
Apache License 2.0
94 stars 45 forks source link

Feature Request: "Never Track" list or regex for external link clicks #1198

Closed scott2217 closed 2 days ago

scott2217 commented 2 days ago

This is a request for feature parity with Adobe Analytics Launch extension to be able to specify link targets that should not count as external links. We would like to be able to specify what constitutes an external link click by providing either a list of strings or a regular expression in which, if the URL being linked to matches said string or regex, does not count as an external link click. This feature is present in the Adobe Analytics extension for Launch, but not for Web SDK.

carterworks commented 2 days ago

You can filter link clicks using the clickCollection.filterClickDetails option on the configure command.

https://experienceleague.adobe.com/en/docs/experience-platform/web-sdk/commands/configure/clickcollection#click-collection-settings-using-the-web-sdk-javascript-library