UNPKG

@piwikpro/tracking-base-library

Version:

Piwik PRO basic tracking library for the frontend.

5 lines (4 loc) 138 B
/** * Tracks a visit on the page that the function was run on */ export declare function trackPageView(customPageTitle?: string): void;