Skip to main content

browser-tracker.updatepageactivity

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

ParameterTypeDescription
trackersArray<string>The tracker identifiers which will be updated
Returns:

void