You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/zigpoll/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
`---
1
+
---
2
2
title: Zigpoll Source
3
+
id: h00x3Ep5el
3
4
---
4
5
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.
@@ -12,17 +13,17 @@ This source is maintained by Zigpoll. For any issues with the source, [contact t
12
13
2. Search for "Zigpoll" in the Sources Catalog, select Zigpoll, and click **Add Source**.
13
14
3. On the next screen, give the Source a name and configure any other settings.
14
15
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
+
- 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).
16
17
17
18
4. Click **Add Source** to save your settings.
18
19
5. Copy the Write key from the Segment UI.
19
20
6. Log in to your Zigpoll account, navigate to **Settings > Integrations > Segment Integration**, and paste the key to connect.
20
21
21
22
## Stream
22
23
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
+
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.
24
25
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
+
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`.
26
27
27
28
## Events
28
29
@@ -49,5 +50,4 @@ Now that your Source is set up, you can connect it with Destinations.
49
50
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.
51
52
52
-
If there are any issues with how the events are arriving to Segment, [contact the Zigpoll support team](mailto:[email protected]).
53
-
`
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