GuideReference
TrainingSupportCommunity
Reference

m_​pulse

  • Property Manager name: m_​pulse
  • Behavior version: The v2023-01-05 rule format supports the m_​pulse behavior v1.4.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: No (temporarily)

m​Pulse provides high-level performance analytics and predictive recommendations based on real end user data. See the m​Pulse Quick Start to set up m​Pulse on your website.

OptionTypeDescriptionRequires
enabledboolean

Applies performance monitoring to this behavior's set of content.

{"displayType":"boolean","tag":"input","type":"checkbox"}
require_​pciboolean

Suppresses gathering metrics for potentially sensitive end-user interactions. Enabling this omits data from some older browsers.

{"displayType":"boolean","tag":"input","type":"checkbox"}
loader_​versionenum

Specifies the version of the Boomerang Java​Script loader snippet. See m​Pulse Loader Snippets for more information.

{"displayType":"enum","options":["V10","V12","LATEST","BETA"],"tag":"select"}
V10

Use version 10.

V12

Use version 12.

LATEST

Automatically update to the latest available production version.

BETA

Use the latest version, including beta releases.

api_​keystring

This generated value uniquely identifies sections of your website for you to analyze independently. To access this value, see Enable m​Pulse in Property Manager.

{"displayType":"string","tag":"input","type":"text"}
buffer_​sizestring

Allows you to override the browser's default (150) maximum number of reported performance timeline entries.

{"displayType":"string","tag":"input","type":"text"}
config_​overridestring

A JSON string representing a configuration object passed to the Java​Script library under which m​Pulse runs. It corresponds at run-time to the window.​BOOMR_config object. For example, this turns on monitoring of Single Page App frameworks: "{\"history\": {\"enabled\": true, \"auto\": true}}". See Configuration Overrides for more information.

{"displayType":"string","tag":"input","type":"text"}