# RudderStack

Integrating Zigpoll with RudderStack lets you automatically send survey responses into your RudderStack data plane as identify and track events. From there, you can route them to any downstream destination — analytics tools, data warehouses, marketing platforms, and more.

***

### Step 1: Get Your RudderStack Source Write Key

1. Log into your RudderStack Dashboard.
2. Navigate to **Sources** and select (or create) an HTTP source.
3. Copy the **Source Write Key** and **Data Plane URL** from the source settings.

***

### Step 2: Enable the RudderStack Integration in Zigpoll

1. Log in to your Zigpoll Dashboard.
2. Navigate to **Integrations** from the left-hand menu.
3. Find **RudderStack** and toggle it on.
4. Enter your **Source Write Key** and **Data Plane URL**.
5. Press **Save**.

***

### Step 3: Configure Options

* **Send Identify Event** (on by default): Sends an identify call with user traits (email, survey responses, metadata) each time a survey is submitted. Turn this off if you only want track events.

***

### What Data Gets Sent

Once enabled, every survey submission sends the following to your RudderStack data plane:

**Identify Call** (if enabled):

* `anonymousId`: The participant's ID
* `traits`: Email, participant handle, metadata, and a link to the participant's Zigpoll profile

**Track Call:**

* Event name: `Survey Completed`
* Properties include the survey title, all slide responses, and any survey metadata

All response keys are converted to snake\_case for consistency with downstream tools.

***

### Example Use Cases

* **Route survey data to your data warehouse** for long-term analysis alongside other customer data.
* **Trigger downstream actions** in any RudderStack destination (email tools, CRMs, analytics) based on survey responses.
* **Enrich customer profiles** across your entire stack with qualitative survey insights.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zigpoll.com/integrations/rudderstack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
