

If you own multiple domains and would like to track all the actions and pageviews of a specific visitor into the same visit, you may enable cross domain linking (learn more). This means the cookie can only be accessed by pages on the same domain.

By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies.


By default, the file:// protocol is not tracked. enableFileTracking() - Enable tracking of file:// protocol actions.If "false" (default), nothing will be tracked on open context menu or middle click. A right click (or any click that opens the context menu) on a link will be tracked as clicked even if "Open in new tab" is not selected. Set the enable parameter to true to use pseudo click-handler (treat middle click and open contextmenu as left click).
#Java scripting api install
#Java scripting api update
If they are sent within the standard visit length, they will update the existing visit time. This is useful to debug / test content tracking. logAllContentBlocksOnPage() - Log all found content blocks within a page to the console.trackContentInteraction( contentInteraction, contentName, contentPiece, contentTarget ) - Track a content interaction using the specified values.trackContentImpression( contentName, contentPiece, contentTarget ) - Track a content impression using the specified values.trackContentInteractionNode( domNode, contentInteraction ) - Track an interaction with the given DOM node / content block.trackContentImpressionsWithinNode( domNode ) - Scan the given DOM node and its children for content blocks and tracks an impression for them if no impression was already tracked for it.It tracks an impression only if a content block is actually visible. trackVisibleContentImpressions ( checkOnScroll, timeIntervalInMs ) - Scan the entire DOM for all content blocks as soon as the page is loaded.trackAllContentImpressions() - Scan the entire DOM for all content blocks and tracks all impressions once the DOM ready event has been triggered.linkType can either be 'link' for an outlink or 'download' for a download.
#Java scripting api full
url is the full URL which is to be tracked as a click.
