Default Page View Event
The base of our analytics
What Happens Automatically
When the script is loaded, PluginPulse will:
Track Page Views: Every time the page loads, a page view event is automatically recorded
Identify App Usage: Anonymously track which Bubble apps are using your plugin
Track Plugin Versions: Monitor which versions of your plugin are being used
Respect Privacy: All app IDs are securely hashed for privacy
Default Data Collection
Each tracking event collects:
Plugin ID
Your PluginPulse plugin identifier
"1706526741286x876166435619471400"
App ID
Hashed identifier of the Bubble app
"a1b2c3d4e5f6"
Version
Plugin version installed in the app
"1.0.0"
Event Name
Type of event (default: "Page View")
"Page View"
Event Type
Category of the event
"page_view"
Timestamp
When the event occurred
"2023-08-15T14:22:10Z"
Environment Handling
PluginPulse is designed to work seamlessly with Bubble's environments:
Test Environment: Events are tracked when
app_version
is "test"Live Environment: No tracking occurs in live environments by default
Privacy Considerations
No personal information is collected
All app IDs are one-way hashed for anonymity
No cookies are used in the tracking process
GDPR-compliant by design
Last updated