# Default Page View Event

### What Happens Automatically

When the script is loaded, PluginPulse will:

1. **Track Page Views**: Every time the page loads, a page view event is automatically recorded
2. **Identify App Usage**: Anonymously track which Bubble apps are using your plugin
3. **Track Plugin Versions**: Monitor which versions of your plugin are being used
4. **Respect Privacy**: All app IDs are securely hashed for privacy

### Default Data Collection

Each tracking event collects:

<table><thead><tr><th width="125.94140625">Data Point</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>Plugin ID</td><td>Your PluginPulse plugin identifier</td><td>"1706526741286x876166435619471400"</td></tr><tr><td>App ID</td><td>Hashed identifier of the Bubble app</td><td>"a1b2c3d4e5f6"</td></tr><tr><td>Version</td><td>Plugin version installed in the app</td><td>"1.0.0"</td></tr><tr><td>Event Name</td><td>Type of event (default: "Page View")</td><td>"Page View"</td></tr><tr><td>Event Type</td><td>Category of the event</td><td>"page_view"</td></tr><tr><td>Timestamp</td><td>When the event occurred</td><td>"2023-08-15T14:22:10Z"</td></tr></tbody></table>

### 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
