pageAnalysis Plugin
Automatically collect and send page analysis data into Lytics
pageAnalysis plugin
pageAnalysis pluginSend page analysis into Lytics.
| Page Analysis |
|---|
namespace pageAnalysis |
| page analysis utility |
| on by default |
Config
pageAnalysis: {
disabled: false
}pageAnalysis.disabled
pageAnalysis.disabled- Type
boolean - Optional
- Defaults to
false
Set disabled to true to disable this plugin. When enabled, pageAnalysis is called automatically.
pageAnalysis(): void;
pageAnalysis(): void;Send page analysis into Lytics.
example
jstag.pageAnalyis(); // collect page analysis and send it into LyticsMechanism
This plugin works by examining certain properties of the DOM, and sending them as key-value pairs into Lytics.
Events
| Event | Fires when | Payload |
|---|---|---|
pageAnalysis | page analysis is called. | the results of performing page analysis |
Updated 13 days ago
