Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 689 Bytes

File metadata and controls

24 lines (14 loc) · 689 Bytes

Home > @snowplow/node-tracker > buildLinkClick

buildLinkClick() function

Build a Link Click Event Used when a user clicks on a link on a webpage, typically an anchor tag

Signature:

declare function buildLinkClick(event: LinkClickEvent): PayloadBuilder;

Parameters

Parameter Type Description
event LinkClickEvent Contains the properties for the Link Click event PayloadBuilder to be sent to

Returns:

PayloadBuilder