Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 677 Bytes

File metadata and controls

24 lines (14 loc) · 677 Bytes

Home > @snowplow/browser-tracker > updatePageActivity

updatePageActivity() function

Triggers the activityHandler manually to allow external user defined activity. i.e. While watching a video

Signature:

declare function updatePageActivity(trackers?: Array<string>): void;

Parameters

Parameter Type Description
trackers Array<string> The tracker identifiers which will be updated

Returns:

void