> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CleverTap

> Send in-app subscription events to CleverTap to engage and win back your subscribers

Connect CleverTap account to Qonversion to launch user engagement campaigns, win back your customers, or reach them out when they have billing issues. After the connection is complete, Qonversion will be sending all the [subscription events](integrations-overview#tracked-events) to CleverTap.

To run the integration, follow the steps below.

## 1. Setup the SDKs

1. Make sure you have CleverTap SDK installed. Check the official CleverTap SDK documentation [here](https://developer.clevertap.com/docs/clevertap-sdks).
2. Set Qonversion SDK following [Installing the SDKs guides](install-sdk).
3. Send *yourSideUserId* to Qonversion using [Custom User Properties](user-properties#optional-set-user-id).

## 2. Configure the CleverTap Integration

1. Open the CleverTap dashboard using your region-based URL and log in:

   * [India](https://in1.dashboard.clevertap.com/login.html)
   * [Singapore](https://sg1.dashboard.clevertap.com/login.html)
   * [United States](https://us1.dashboard.clevertap.com/login.html)
   * [Indonesia](https://aps3.dashboard.clevertap.com/login.html)
   * [Middle East (UAE)](https://mec1.dashboard.clevertap.com/login.html)
   * [Europe (default region)](https://eu1.dashboard.clevertap.com/login.html)

2. Navigate to the *Settings* page by clicking the gear icon in the bottom left navigation panel and selecting Settings dashboard.

<img src="https://mintcdn.com/qonversion/i4lAeIKmC47lf8K-/images/docs/073d2a2-Screenshot_2023-03-05_at_21.43.23.png?fit=max&auto=format&n=i4lAeIKmC47lf8K-&q=85&s=f649912c41abb55aed1480305bff5056" alt="" width="476" height="744" data-path="images/docs/073d2a2-Screenshot_2023-03-05_at_21.43.23.png" />

3. Copy values from the *Project ID* and *Passcode* fields. We will need this information in the following steps.

<img src="https://mintcdn.com/qonversion/5ayPzXwd3DQ-zcvl/images/docs/710af75-Screenshot_2023-03-05_at_21.41.25.png?fit=max&auto=format&n=5ayPzXwd3DQ-zcvl&q=85&s=597d7c19a5f3fad29ebe335520d2bec9" alt="" width="2282" height="796" data-path="images/docs/710af75-Screenshot_2023-03-05_at_21.41.25.png" />

4. Navigate to the *Tools → Integrations* section in your [Qonversion account](https://dash.qonversion.io/)
5. Choose your platform (IOS or Android), click the *Add new +* button, and select **CleverTap**
6. Provide the **Project ID** and **Passcode** copied during the fourth step above to the corresponding fields

<img src="https://mintcdn.com/qonversion/5c527iOH0vIMjiW3/images/docs/d492e1a-CleverTap_int1.png?fit=max&auto=format&n=5c527iOH0vIMjiW3&q=85&s=ad63b686a4b7a74db727d0f8cfd6aa42" alt="" width="3438" height="1585" data-path="images/docs/d492e1a-CleverTap_int1.png" />

7. Choose your CleverTap account region

<img src="https://mintcdn.com/qonversion/5ayPzXwd3DQ-zcvl/images/docs/5303b1b-CleverTap_region.png?fit=max&auto=format&n=5ayPzXwd3DQ-zcvl&q=85&s=33e2720abf50be9a91152b2ec27af229" alt="" width="3442" height="1582" data-path="images/docs/5303b1b-CleverTap_region.png" />

8. Click **Save** or **Add new integration**
9. Congratulations! Now Qonversion will be sending all the [subscription events](integrations-overview#tracked-events) to your CleverTap account.

## Event Payload

In case you need details about data sent to CleverTap, follow the example below:

<CodeGroup>
  ```json theme={null}
  {
     "d":[
        {
           "identity":"", //Unique user identifier set by the app owner
           "ts":1686891155,
           "type":"event",
           "evtName":"subscription_renewed",
           "evtData":{
              "id":000000000,
              "platform":"iOS",
              "ip":"000.000.00.0",
              "product_id":"product_id",
              "quantity":1,
              "transaction_id":"2000000456329567",
              "country":"TR",
              "storefront":"USA",
              "app_version":"1.0",
              "os_name":"iOS",
              "os_version":"16.4.1",
              "device_model":"iPhone 11",
              "device_id":"",
              "revenue":1049.993,
              "currency":"TRY"
           }
        }
     ]
  }
  ```
</CodeGroup>

***

[Braze](braze)

[Facebook Ads](facebook)
