Hi All, we have a web site with external links and documents that are on
an external domain.While we want to track external links we'd like to
suppress documents links.I know that AA tracks out of the box both
external links and documents, so we tried to disable only documents
(using s.trackDownloadLinks = false;).The problem is that now document
links are tracked as external links: I suppose it's happening because
documents are on an external domain.We cannot use linkExternalFilters
because ext...