setCountPreRendered

The setCountPreRendered() method enables or disables the prerender's event sending policy. If enabled, the prerender will send events immediately. If disabled, events will be sent after the page is displayed to the visitor.

Syntax

setCountPreRendered(enable)
Not available
Not available
Not available
Not available
Not available
Not available

Parameters

ParameterTypeDescriptionRequired
enablebooleanWhether to enable or disable the prerender's event sending policy.Yes

Examples

To enable the prerender's event sending policy:

_paq.push(["setCountPreRendered", true]);
Not available
Not available
Not available
Not available
Not available
Not available