It seems that links can only be tracked when users left-clicked them (either via enableLinkClickTracking or enableActivityTracking)? How could track link clicks when users right-clicked and picked “open in new window” or “open in new tab”?
#trackLinkClick #linkClickTracking #rightClick #leftClick
As far as I know although there is a context menu event there is no event emitted by the browser to track this. You would likely have to decorate the link on the page in some way to infer the link click.