|
| 1 | +`--- |
| 2 | +title: Zigpoll Source |
| 3 | +--- |
| 4 | + |
| 5 | +[Zigpoll](https://www.zigpoll.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} provides merchants with powerful post-purchase surveys, AI-powered insights, and zero-party data collection tools. With Zigpoll, you can capture customer feedback directly at the point of conversion and send it seamlessly into your marketing and analytics stack. |
| 6 | + |
| 7 | +This source is maintained by Zigpoll. For any issues with the source, [contact the Zigpoll Support team ](mailto:[email protected]). |
| 8 | + |
| 9 | +## Getting started |
| 10 | + |
| 11 | +1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**. |
| 12 | +2. Search for "Zigpoll" in the Sources Catalog, select Zigpoll, and click **Add Source**. |
| 13 | +3. On the next screen, give the Source a name and configure any other settings. |
| 14 | + |
| 15 | + - The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The name can be anything, but we recommend using something that reflects the source itself and distinguishes amongst your environments (e.g., Zigpoll_Prod, Zigpoll_Staging, Zigpoll_Dev). |
| 16 | + |
| 17 | +4. Click **Add Source** to save your settings. |
| 18 | +5. Copy the Write key from the Segment UI. |
| 19 | +6. Log in to your Zigpoll account, navigate to **Settings > Integrations > Segment Integration**, and paste the key to connect. |
| 20 | + |
| 21 | +## Stream |
| 22 | + |
| 23 | +Zigpoll uses Segment’s stream Source component to send event data. It uses the `track` and `identify` methods to send data to Segment. These events are then available in any destination that accepts server-side events, and in a schema in your data warehouse, so you can query using SQL. |
| 24 | + |
| 25 | +The default behavior is for Zigpoll to pass the survey participant’s unique ID as the `userId`. If a participant’s email is available, Zigpoll also passes it as an identifier. If no `userId` is available, Zigpoll will pass the email as the `anonymousId`. |
| 26 | + |
| 27 | +## Events |
| 28 | + |
| 29 | +The table below lists events that Zigpoll sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Zigpoll includes the `userId` if available. |
| 30 | + |
| 31 | +| Event Name | Description | |
| 32 | +| ----------------- | ------------------------------------------------ | |
| 33 | +| Survey Completed | A customer submitted their responses | |
| 34 | + |
| 35 | +## Event Properties |
| 36 | + |
| 37 | +The table below lists the properties included in the events listed above. |
| 38 | + |
| 39 | +| Property Name | Description | |
| 40 | +| --------------------- | ---------------------------------------------------- | |
| 41 | +| `poll_id` | ID of the survey/poll | |
| 42 | +| `participant_id` | ID of the participant | |
| 43 | +| `email` | Email of the participant (if available) | |
| 44 | +| `metadata` | Additional metadata such as order_id, referrer, etc. | |
| 45 | + |
| 46 | +## Adding Destinations |
| 47 | + |
| 48 | +Now that your Source is set up, you can connect it with Destinations. |
| 49 | + |
| 50 | +Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting. |
| 51 | + |
| 52 | +If there are any issues with how the events are arriving to Segment, [contact the Zigpoll support team ](mailto:[email protected]). |
| 53 | +` |
0 commit comments