Klaviyo URL Templates

Pass Shopify customer and order data through Klaviyo URLs

When embedding Zigpoll survey links in your Klaviyo email templates, use URL parameters to pass through customer and order data. This enables features like Shopify Customer Tagging and Order Tagging.

Abandoned Cart Flow

Include the checkout URL and email to link responses to the correct abandoned cart:

  1. Go to Surveys → Select your survey → Public Link.

  2. Click + Add query variables to your public link.

  3. Add these entries:

Key
Value

shopify_checkout_url

{{event.extra.checkout_url}}

email

{{email}}

Your URL will look like:

https://share.zigpoll.com/ACCOUNT_ID/POLL_ID?shopify_checkout_url={{event.extra.checkout_url}}&email={{email}}

Post Purchase Flow

Include the order ID, customer ID, name, and email:

  1. Go to Surveys → Select your survey → Public Link.

  2. Click + Add query variables to your public link.

  3. Add these entries:

Key
Value

shopify_order_id

{{event.extra.id}}

shopify_customer_id

{{event.extra.customer.id}}

name

{{event.extra.customer.first_name}} {{event.extra.customer.last_name}}

email

{{email}}

Your URL will look like:

General Email Template

For a simple email send, include just the email address:

  1. Go to Surveys → Select your survey → Public Link.

  2. Click + Add query variables to your public link.

  3. Add:

Key
Value

email

{{email}}

Your URL will look like:

Paste the generated URL into your Klaviyo email template and your data will start flowing into your Zigpoll dashboard.

Last updated