Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 805 Bytes

File metadata and controls

25 lines (15 loc) · 805 Bytes

Home > @snowplow/browser-tracker > crossDomainLinker

crossDomainLinker() function

Enable querystring decoration for links passing a filter

Signature:

declare function crossDomainLinker(crossDomainLinkerCriterion: (elt: HTMLAnchorElement | HTMLAreaElement) => boolean, trackers?: Array<string>): void;

Parameters

Parameter Type Description
crossDomainLinkerCriterion (elt: HTMLAnchorElement | HTMLAreaElement) => boolean
trackers Array<string> The tracker identifiers which will be configured

Returns:

void