Extension list

Skip to main content

List of all our extensions

Create an account

JP Agent Tracking Bridge (docs) - Structured Tracking Rules


Article Index

Structured Tracking Rules

Structured rules are preferred whenever the requested tracking can be expressed safely without custom JavaScript.

For example, email tracking can use:

Selector: a[href^="mailto:"]
Event: contact_email_click

Phone tracking can use:

Selector: a[href^="tel:"]
Event: contact_phone_click

Structured rules are easier to understand, version and maintain than arbitrary custom scripts.

Custom Tracking Scripts
Page