Questions tagged [clevertap]

CleverTap brings together real-time user insights, an advanced segmentation engine, and easy-to-use marketing tools in one mobile marketing platform — giving your team the power to create amazing experiences that deepen customer relationships. Our intelligent mobile marketing platform provides the insights you need to keep users engaged and drive long-term retention and growth.

Its contains:-

  1. Rich notification implementations including Musical push notification,In app notification.
  2. User demographic data like hobbies,etc.
  3. Catch system launch,uninstall events.
50 questions
3
votes
1 answer

FLUTTER WEB: How can we have a single codebase for the Flutter app & Web?

We have a single codebase for Android & iOS in Flutter. We tried to use the same codebase for Web in Flutter too, but it hadn't gone well. As of some libraries/plugins, currently unsupported by Flutter SDK. To mitigate these issues, we are…
3
votes
2 answers

Unable to use Clevertap. Stuck at Push Test Notification

I'm getting the error: Android: Error: Invalid Registration What could be the possible reason for this? I've followed all the steps given by CleverTap for integration but not sure why the error is still there... Using GCM.
2
votes
1 answer

ReferenceError: window is not defined in Next.js using npm clevertap-react

I started to integrate CleverTap for Web Web SDK Quick Start Guide into my application which is Next.js After googling found some packages such as clevertap-web-sdk, clevertap-react and decided to go (integrate) using clevertap-web-sdk npm package.…
Rashed Rahat
  • 2,357
  • 2
  • 18
  • 38
2
votes
1 answer

clevertap Deeplink notification is redirecting to safari instead of mobile app when app is in background

clevertap Deeplink notification is redirecting to safari instead of mobile app when app is in background , Can any one help on me on this
Nayeem
  • 51
  • 5
2
votes
2 answers

Build error integrating Clevertap to a Reactnative Application

I'm trying to integrate clevertap with native react and when I include "use_frameworks!" in cocoa pods to be able to use #import a compilation error is generated in UMLCore Already make the link of the…
2
votes
1 answer

Mobile number passed to profile is not getting updated on clevertap

I am integrating an analytics platform(Clevertap )in my app for easy tracking of user details. To update profile of user the code is mentioned below: NSDateComponents *dob = [[NSDateComponents alloc] init]; dob.day = 24; dob.month = 5; dob.year =…
Rani
  • 3,333
  • 13
  • 48
  • 89
2
votes
1 answer

How to send pushes with python using CleverTap API?

I am in the process of migrating my Parse push notification data to CleverTap. The problem that I am having is that the documentation is not very good about it and the examples that they give don't cover push notifications. Anyone have an example of…
estemendoza
  • 3,023
  • 5
  • 31
  • 51
1
vote
2 answers

How to confirm cleverTap event push

I am using this below code inside my app, but I am not sure if the events are being pushed to my dashboard and I am not even seeing any error, how to debug clever tap events var clevertap = {event:[], profile:[], account:[], onUserLogin:[],…
Akshay98
  • 51
  • 1
  • 8
1
vote
0 answers

Crash on CleverTap - Swift - iOS - [CleverTap generateAppFields]

Came across one issue with respect to CleverTap which is not reproducible. The app crashes even before any of the app entry points are triggered. Put logs on all app entry points to monitor this. Anybody had similar issues and any solutions…
Vinuraj
  • 61
  • 1
  • 5
1
vote
1 answer

small icon on push notification not showing on android?

I have added small icon in push notification but still not showing. I am using android 10 emulator. My icon have fulfill requirement that using white color with no background and store in mipmap folder. I have tried some solution on previous same…
1
vote
1 answer

Is it possible to integrate clevertap push notification with expo reactnative

I am using expo 39 SDK is it possible to integrate clever tap notif without ejecting it
Vijay
  • 169
  • 7
1
vote
0 answers

Two different third party libraries use the same library with different versions

We have two different third party libraries in our project. The problem both uses ExoPlayer with different versions. If the version of the ExoPlayer in my main project is bigger than 2.10.0 Get Stream Chat SDK having a crash. Vice versa If the…
Harun Işık
  • 81
  • 1
  • 5
1
vote
1 answer

Integrate Clevertap in Vuejs Web application

I am having a task to integrate clevertap with vuejs frontend. but clevertap is undefined, how can i declare clevertap in vuejs? clevertap.event.push("Product Viewed", { "Product name":"Casio Chronograph Watch", "Category":"Mens Accessories", …
Chan Yoong Hon
  • 1,592
  • 7
  • 30
  • 71
1
vote
1 answer

Does segment.io servers really route events to multiple destinations or the mobile sdk do?

I am facing difficulty to understand how segment.io works. Segment has explained that all data is sent to them (segment servers) and then it will be routed to destinations. From https://segment.com/docs/guides/general/what-is-segment/ You just send…
dnsh
  • 3,516
  • 2
  • 22
  • 47
1
vote
1 answer

CleverTap API showing 512 error while running on Postman

I am trying to send some data through an api using postman the data is sent successfully using Charged event but if I change the eventName to some other event it shows me an error code 512 and shows that only evtData can be nested.
NoobDeveloper
  • 49
  • 1
  • 5
1
2 3 4