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
1
vote
2 answers

Cannot read payload of push notification sent from clevertap dashboard

In my react-native app, I am using clevertap for sending push notifications. I'm receiving notifications on mobile but not able to read its payload.
Dheeraj Bari
  • 51
  • 1
  • 3
1
vote
1 answer

Custom sound not playing in clevertap push notification react native android project

I'm trying to send clevertap push notification with custom sound. I have added the sound files to the path "/Users/Per/ProjectNa/android/app/src/main/res" of react native android project. Notification with default sound is working but trying to the…
DDM
  • 113
  • 1
  • 17
1
vote
1 answer

"CleverTap" Can't see "Event Property" filter in Filter by event property in some events

Right now , I am sending 10 events with 1 property each. But when i want to filter a particular event and select event by property then in "Event Property" filter shown in only first 7 event that i have added for rest of events only show "First…
Satwinder Singh
  • 627
  • 1
  • 6
  • 23
1
vote
2 answers

Clever Tap Permissions

I am integrating claverTap in my app, I followed the integration document, but when I run my app this following error comes :- com.clevertap.android.sdk.exceptions.CleverTapPermissionsNotSatisfied: Permission required:…
Ahmad
  • 201
  • 2
  • 12
1
vote
1 answer

Parse to Clevertap Transition

I am trying to convert Parse to Clevertap in the application I'm working on. I have tried looking at https://blog.clevertap.com/transitioning-from-parse-push-notifications/ but haven't had much luck on what I'm trying to accomplish. In the method…
1
vote
1 answer

POST request to Clevertap using GuzzleHttp

I am using Laravel 5.1 and Guzzlehttp 6.1 to make post request to clevertap. $client = new \GuzzleHttp\Client(['headers' => ['X-CleverTap-Account-Id' => '**********','X-CleverTap-Passcode'=>'*************8']]); $result =…
Sachin Singh
  • 391
  • 1
  • 5
  • 20
0
votes
0 answers

Nextjs - Accessing service-worker file on prod build throws 404

I have clevertap integration and they need to have the service-worker.js at the root level in nextjs project. Thus I kept the file in public folder. It works locally, but on production build, its returning 404. Accessing as - await…
0
votes
0 answers

getting "CleverTap error: 512: VIEWED_CART event structure invalid. Not sent" error while passing data which has nested arrays for Custom Events

I'm trying to trigger a Clevertap custom event called "VIEWED CART". Whenever my payload data having nested array or object the event is not triggering. I'm getting error like "CleverTap [1691648406753]: CleverTap error: 512: VIEWED_CART event…
anas ygag
  • 1
  • 1
0
votes
0 answers

Rich Notification service extension with multiple SDK

Rich notificaion I have two SDKs in my react-native project for notification(CleverTap & Firebase). Simple notification is working fine with both SDKs, but there is issue with the rich notification, only one rich notification is working fine as…
0
votes
0 answers

clevertap event not trigger in javascript

I have to create subscribe and unsubscribe email page. all functionality is working fine. but when I call clevertap event, CT event is not triggered in CT dashboard.