> For the complete documentation index, see [llms.txt](https://documentation.blitzllama.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.blitzllama.com/connections-destinations/clevertap.md).

# CleverTap

[CleverTap](https://clevertap.com/) is a customer engagement and retention platform that provides the functionality to integrate app analytics and marketing.

With CleverTap as a destination, you can seamlessly send your Blitzllama's responses data to CleverTap.

Configure the following steps to add CleverTap as a destination:

1. Log into your [CleverTap Account](https://eu1.dashboard.clevertap.com/login.html) and click **Settings** on the dashboard.

<figure><img src="https://files.readme.io/46f6823-CleverTap_Dashboard_Settings.png" alt="CleverTap Dashboard Settings"><figcaption><p>CleverTap Dashboard Settings</p></figcaption></figure>

3. Click **Project**. Copy the `Project ID` and `Passcode`. We will need this information in the next step.

<figure><img src="https://files.readme.io/2429d9c-2023-03-28_17-03-04.png" alt="View Project Credentials"><figcaption><p>View Project Credentials</p></figcaption></figure>

{% hint style="info" %}
**CleverTap Account ID**: CleverTap service account ID.

**CleverTap Passcode:** CleverTap passcode secret associated with your service account.
{% endhint %}

4. Log in to your Blitzllama account and go to your **Connections** page. Navigate to CleverTap Destination option and click **Enable.**
5. Paste the `Project ID` and `Passcode` to Account ID and Passcode fields respectively and click on Save.&#x20;

### **Data Fields**

Here is a sample data that will be sent from Blitzllama to **CleverTap Destination**.

```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.clevertap.com/docs/upload-events-api).&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/clevertap.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.
