# Mixpanel

[Mixpanel](https://mixpanel.com/) is a powerful, self-serve product analytics solution for your web and mobile apps. By analyzing the actions your users perform, you can unlock valuable customer insights to drive retention, engagement, and conversion.

Blitzllama supports Mixpanel as a destination where you can seamlessly send your event data.

To configure Mixpanel as a destination and start sending events from Blitzllama, follow these steps:

1. Log in to your Blitzllama account and go to your **connections** page. From there, click on the Mixpanel Destination option.
2. Create a **Service Account** in the Mixpanel settings section.

{% hint style="info" %}
**Service Account Username**: Mixpanel service account username.

**Service Account Secret:** Enter the secret associated with your service account.

**Project ID**:  Mixpanel project ID which is available under Project Settings.

To set up your Mixpanel service account and get the username and secret, refer to this [Mixpanel Help Center ](https://help.mixpanel.com/hc/en-us/articles/115004490503-Project-Settings#viewing-project-details)page.&#x20;
{% endhint %}

3. Click on Save Button to save all Mixpanel account details.&#x20;

### **Data Fields**

Here is a sample data that will be sent from Blitzllama to **Mixpanel Destination** for your destination integrations.

```json
{
    "time": 1681336135142,
    "distinct_id":"user_123",
    "$insert_id":"0af2aeb8-f561-446d-84ed-5810dd01c7f9",
    "user_id":"user_123",
    "app_key":"blitzllama_api_key",
    "survey_id":"s-xxxxxx-id",
    "group_id":"g-xxxxxx-id",
    "question_id":"q-xxxxxx-id",
    "platform":"android",
    "trigger":"home-page-trigger",
    "question_order":1,
    "response":"image upload glitches",
    "question_text":"What do you think of our app?",
    "question_type":"input_feedback",
    "created_at":"2022-05-13T13:40:33+00:00"
}
```

{% hint style="info" %}
For details on the data format [click here](https://developer.mixpanel.com/reference/track-event).&#x20;
{% endhint %}


---

# 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://documentation.blitzllama.com/connections-destinations/mixpanel.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.
