Clevertap

Why combine CleverTap and Purchasely?

Pre-requisites

The minimal version of the Purchasely SDK supporting this integration is v3.2.0. If the Purchasely SDK integrated in your app is under the minimal version, please update it.

The CleverTap SDK also needs to be integrated inside the app.

Subscription events

General overview

CleverTap is an all-in-one platform combines the best analytics, segmentation, and engagement tools so that companies can build valuable, long-term relationships with their customers.

This integration will allow you to get all the available Purchasely events to CleverTap and get a better and deeper understanding of your subscription business and customer behavior. In addition you will be able to trigger automated communication based on those events, messages that could be linked to a Purchasely powered paywall to engage, upsell, retain customers.

Purchasely provides a unified dataset to track the subscription events for all stores. These events are generated by the Purchasely Backend and can be sent to CleverTap .

Subscription events generated by Purchasely will be sent to CleverTap using a server-to-server integration. As a result, you will be able to see all the subscription events in your CleverTap Dashboard and map them with your acquisition campaigns.

Events

The following events are the main ones that can be sent to CleverTap by Purchasely. See the full list here.

The names of events sent to CleverTap can be overriden when setting up the integration.

Integrating Purchasely with CleverTap

The integration requires 2 steps:

  1. Associate the user to events by providing the CleverTap Distinct ID to the Purchasely SDK

  2. Activate the CleverTap integration in the Purchasely Console

1. Associating users to events

See the CleverTap Documentation for more information

CleverTap.autoIntegrate()
if let clevertapId = CleverTap.sharedInstance()?.profileGetID() {
    Purchasely.setAttribute(.clevertapId, value: clevertapId)
}

2. Activating the CleverTap integration

The activation requires 3 steps:

  1. Retrieving your account's region from the CleverTap Dashboard

  2. Retrieving your account's ID and passcode from the CleverTap Dashboard

  3. Enabling the CleverTap integration in the Purchasely Console

a. Retrieving your account's region from the CleverTap Dashboard

  1. Follow the CleverTap documentation and retrieve your account's region.

  2. Write down your account's region

b. Retrieving your account's id and passcode from the CleverTap Dashboard

  1. Follow the CleverTap documentation and retrieve your account's ID and passcode

  2. Write down your account's ID and passcode

c. Enabling the CleverTap integration in the Purchasely Consolec

  1. Go in the "External integrations" section, and open the edition form for CleverTap :

2. Enable the integration

3. Set your CleverTap region. (Note that if you are in the EU region, you should put EU1)

4. Set your CleverTap account ID

5. Set your CleverTap account passcode

6. Enable the events you want to be sent to CleverTap

7. (Optional) Override the names of the events that will be sent to CleverTap

8. Save

Last updated

© Purchasely 2020-2023