Rudder-CleverTap 1.2.0

Rudder-CleverTap 1.2.0

Maintained by RudderStack.



 
Depends on:
Rudder~> 1.12
CleverTap-iOS-SDK~> 6.2.1
 

  • By
  • RudderStack

What is RudderStack?

RudderStack is a customer data pipeline tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.

More information on RudderStack can be found here.

Integrating CleverTap with RudderStack's iOS SDK

CleverTap s a popular customer engagement and retention platform. Its in-app analytics and marketing capabilities allow you to get real-time insights into your customers and build valuable, long-term relationships with them. With CleverTap, you can easily your users' actions and understand how they are using your product. You can also segment users based on their behavior and run targeted campaigns to boost your user engagement and retention metrics.

  1. Add CleverTap as destination from Rudder Dashboard and add the app secret key.

  2. Rudder-CleverTap is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Rudder-CleverTap'

Initialize RudderClient

Put this code in your AppDelegate.m file under the method didFinishLaunchingWithOptions

RSConfigBuilder *builder = [[RSConfigBuilder alloc] init];
[builder withDataPlaneUrl:<YOUR_DATA_PLANE_URL>];
[builder withFactory:[RudderCleverTapFactory instance]];
[RSClient getInstance:<YOUR_WRITE_KEY> config:[builder build]];

Send Events

Follow the steps from the RudderStack iOS SDK.

Contact Us

If you come across any issues while configuring or using this integration, please feel free to start a conversation on our Slack channel. We will be happy to help you.