


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 external links I mentioned before are on the same domain where we have these documents.
Is there a way to solve this problem?
Views
Replies
Sign in to like this content
Total Likes
You can write custom code by checking the domain name and document extension if the domain name is external and the extension is not .HTML then you can fire digitalLayer object from your code.
Views
Replies
Sign in to like this content
Total Likes
You can write custom code by checking the domain name and document extension if the domain name is external and the extension is not .HTML then you can fire digitalLayer object from your code.
Views
Replies
Sign in to like this content
Total Likes