Rockerbox automatically integrates with Klaviyo when detected on your site.

Integration Classification

Category: Event Collection Functionality:
  • Receive Third-Party ID:
  • Send RB Anonymous ID:
  • Receive Events: ✓
  • Send Events:

Integration Details

  • Integration Key: klaviyo
  • Detected Object: window.klaviyo
  • Identity Type: N/A
  • Auto-Detection: Enabled by default
  • Event Type: klaviyoForms
  • Event Action: Form submissions

Data Collection

The integration collects:
  • Form ID
  • Company ID
  • Email address
  • Form metadata
  • Additional form fields

Event Structure

When a Klaviyo form is submitted, Rockerbox tracks an event with the following structure:
{
    action: "klaviyo.form_submit",
    formId: "...",
    companyId: "...",
    email: "...",
    ...metadata
}

Implementation Notes

The integration will:
  1. Detect Klaviyo automatically
  2. Listen for the klaviyoForms event on the page
  3. Filter for submission events (e.detail.type == "submit")
  4. Extract form data and metadata
  5. Track form submissions with standardized formatting