Amplitude

For teams using Amplitude as their product analytics tool. You'll have funnel events, user properties, and session replay landing in your Amplitude project. You need an Amplitude project and its API key.

What this integration does#

Zellify loads the Amplitude Browser SDK on funnel pages. Funnel events stream with a z: prefix, user properties are set from quiz answers, and the user is identified by email when captured. Session replay is supported.

Connect Amplitude#

  1. Open Dashboard → Settings → Integrations.
  2. Locate Amplitude.
  3. Toggle it on.
  4. Paste the API key. Pick the region.
  5. Save.

Where to find your API key#

In Amplitude, open the project's settings to find the API key.

Credentials verified: Zellify fires a test event on save. Confirm it lands in Amplitude's Event Stream.

Events sent#

Every funnel event reaches Amplitude as a custom event with a z: prefix. Build your charts and funnels against these names.

EventTrigger
z:page_completedUser completes a funnel step
z:email_capturedEmail is captured
z:checkout_presentedCheckout UI displays
z:payment_method_addedPayment method entered
z:payment_succeededTransaction completes
z:payment_failedTransaction fails
z:trial_startedTrial period begins
z:subscription_startedSubscription activates

Question answers travel both as user properties (persist on the person) and on the event itself (for per-event analysis).

See Event reference for the canonical taxonomy.

User identification#

When z:email_captured fires, Zellify calls Amplitude's setUserId with the user's email. Subsequent events attach to that user, and answers are written as user properties.

Revenue events#

Purchase events are sent as Amplitude Revenue events. Amplitude tracks revenue and LTV automatically.

Session replay#

Amplitude's Session Replay is supported and can be enabled with a configurable sample rate. Configure it in your Amplitude project settings.

Test and verify#

  1. Run a test funnel end to end.
  2. Confirm events in Amplitude → Events → Event Stream.
  3. Confirm user properties on the User profile.

Troubleshooting#

SymptomLikely causeFix
Events missingAPI key from wrong projectRegenerate and re-paste
Region mismatchEU data hitting US endpointUpdate the region setting
Session Replay missingNot enabled on Amplitude projectEnable in Amplitude → Data → Session Replay
Event reference
Canonical funnel event taxonomy.
PostHog
Alternative analytics tool.