CleverTap

CleverTap 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 and click Settings on the dashboard.

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

CleverTap Account ID: CleverTap service account ID.

CleverTap Passcode: CleverTap passcode secret associated with your service account.

  1. Log in to your Blitzllama account and go to your Connections page. Navigate to CleverTap Destination option and click Enable.

  2. Paste the Project ID and Passcode to Account ID and Passcode fields respectively and click on Save.

Data Fields

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

{
    "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"
}

For details on the data format click here.

Last updated