For the complete documentation index, see llms.txt. This page is also available as Markdown.

Special Variables

Some metadata has special meaning with the Zigpoll dashboard.

shopify_customer_id

If shopify_customer_id is passed it will connect the underlying Shopify customer information to the response.

shopify_order_id

If shopify_order_id is passed it will connect the underlying Shopify customer information to the response.

order_amount

If order_amount is passed it will pass through a value to the response. This value will be used to add additional metrics like Revenue and Average Order Value to the Zigpoll dashboards.

Automatic Shopify metadata

On Shopify surfaces (checkout, Thank You, Order Status, and customer account surveys), Zigpoll attaches these metadata keys automatically — you can use them in template variables, segments, and exports:

Key
Value

shopify_customer_email

The customer's email

shopify_customer_phone

The customer's phone number

shopify_order_total

The order total

shopify_currency_code

The order's currency code

shopify_line_items

The order's line item titles, comma-separated

shopify_market

The buyer's country code (formerly the Shopify Market handle, deprecated by Shopify)

shopify_country_code

The buyer's country code

browser-language

The buyer's language (e.g. fr)

browser-locale

The buyer's region-qualified locale (e.g. fr-CA)

These keys are also available as template variables in your question copy.

Last updated