Skip to content

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