Skip to content

Commit 5d8a70a

Browse files
Merge pull request #7848 from JasonZigelbaum/zigpoll/source
zigpoll source documentation
2 parents 550c887 + 2bbe922 commit 5d8a70a

File tree

1 file changed

+53
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/zigpoll

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Zigpoll Source
3+
id: h00x3Ep5el
4+
---
5+
6+
[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.
7+
8+
This source is maintained by Zigpoll. For any issues with the source, [contact the Zigpoll Support team](mailto:[email protected]).
9+
10+
## Getting started
11+
12+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
13+
2. Search for "Zigpoll" in the Sources Catalog, select Zigpoll, and click **Add Source**.
14+
3. On the next screen, give the Source a name and configure any other settings.
15+
16+
- 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 Segment recommends using something that reflects the source itself and distinguishes amongst your environments (for example, Zigpoll_Prod, Zigpoll_Staging, or Zigpoll_Dev).
17+
18+
4. Click **Add Source** to save your settings.
19+
5. Copy the Write key from the Segment UI.
20+
6. Log in to your Zigpoll account, navigate to **Settings > Integrations > Segment Integration**, and paste the key to connect.
21+
22+
## Stream
23+
24+
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 as a schema in your data warehouse that you can query using SQL.
25+
26+
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 passes the email as the `anonymousId`.
27+
28+
## Events
29+
30+
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.
31+
32+
| Event Name | Description |
33+
| ----------------- | ------------------------------------------------ |
34+
| Survey Completed | A customer submitted their responses |
35+
36+
## Event Properties
37+
38+
The table below lists the properties included in the events listed above.
39+
40+
| Property Name | Description |
41+
| --------------------- | ---------------------------------------------------- |
42+
| `poll_id` | ID of the survey/poll |
43+
| `participant_id` | ID of the participant |
44+
| `email` | Email of the participant (if available) |
45+
| `metadata` | Additional metadata such as order_id, referrer, etc. |
46+
47+
## Adding Destinations
48+
49+
Now that your Source is set up, you can connect it with Destinations.
50+
51+
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.
52+
53+
If there are any issues with how the events are arriving to Segment, [contact the Zigpoll support team](mailto:[email protected]).

0 commit comments

Comments
 (0)