Custom Events
Trigger events when needed for more granular analytics
Adding Custom Event Tracking
pluginpulse('YOUR_PLUGIN_ID', {
event_type: 'feature',
event_name: 'Export PDF',
payload: {
// Optional custom data
action: 'click',
component: 'export-button',
success: true
}
});Parameters
Parameter
Required
Description
Example
Best Practices
When to Track Events
Payload Best Practices
Implementation Examples
Tracking within an Action
Tracking element settings
Error tracking
Data Dashboard
Last updated