-
Notifications
You must be signed in to change notification settings - Fork 393
zigpoll source documentation #7848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zigpoll source documentation #7848
Conversation
|
||
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`. |
There was a problem hiding this comment.
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.
Hi @forstisabella, The integration review went well and all the feedbacks has been implemented. All good from partner support side. |
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
Added documentation for the Zigpoll source.