Public Link

Learn about how to best utilize your Survey's public link.

All Zigpolls come with a public link for easy sharing. This link can be found on the General tab for each survey.

Query Parameters

All query parameters added to your survey's public link will be appended as survey metadata. This means if you want to tag a specific respondent, you could do so via the following url:

https://share.zigpoll.com/ACCOUNT_ID/POLL_ID?tag=email_survey

The link above would add metadata called tag with value email_survey to any participant that responds to the survey via that url.

This is also useful if you are embedding a survey within an email template and want to track customer information. For example, if you want to email a Zigpoll survey automatically in response to your Shopify store's order fulfillment webhook, you could add the following to your public link and dispatch it via email:

https://share.zigpoll.com/ACCOUNT_ID/POLL_ID?shopify_customer_id={{ customer.id }}&shopify_order_id={{ order.id }}

The link above will dynamically add the customer id, and the order id to each participant. This allows you to keep track of who filled out your survey and gives you the opportunity to respond to them if necessary.

Last updated