Skip to content

Conversation

JasonZigelbaum
Copy link
Contributor

Added documentation for the Zigpoll source.

@JasonZigelbaum JasonZigelbaum requested a review from a team as a code owner August 27, 2025 01:09
@forstisabella forstisabella added the new-integration Added a new source or destination label Sep 2, 2025

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.

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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @JasonZigelbaum - I'd usually not recommend the identifier approach taken here - let's talk about identifiers when we meet.

@dineshraj-arunmozhi
Copy link
Contributor

Hi @forstisabella, The integration review went well and all the feedbacks has been implemented. All good from partner support side.

@forstisabella forstisabella merged commit 5d8a70a into segmentio:develop Sep 9, 2025
4 checks passed
Copy link
Contributor

github-actions bot commented Sep 9, 2025

Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-integration Added a new source or destination
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants