pageAnalysis Plugin

Automatically collect and send page analysis data into Lytics

pageAnalysis plugin

Send page analysis into Lytics.

Page Analysis
namespace pageAnalysis
page analysis utility
on by default

Config

pageAnalysis: {
  disabled: false
}

pageAnalysis.disabled

  • Type boolean
  • Optional
  • Defaults to false

Set disabled to true to disable this plugin. When enabled, pageAnalysis is called automatically.

pageAnalysis(): void;

Send page analysis into Lytics.

example

jstag.pageAnalyis(); // collect page analysis and send it into Lytics

Mechanism

This plugin works by examining certain properties of the DOM, and sending them as key-value pairs into Lytics.

Events

EventFires whenPayload
pageAnalysispage analysis is called.the results of performing page analysis

Learn more about events