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
0
votes
1 answer

CleverTap iOS SDK AccountID/Token not working

So the AccountID and Token works as long as I put it in the info.plist file, but not for other plist files. I need to put it in our Environment.plist file to configure CleverTap for different environments. Is there a way to do this? I have tried…
0
votes
1 answer

Duplicate symbols in cocoa-pods libraries when building for iOS

Xcode throws the following linker error: duplicate symbol '_kSessionVariantKey' in: …
LonelyCpp
  • 2,533
  • 1
  • 17
  • 36
0
votes
1 answer

Clevertap web push not working on Firefox and Chrome 71

I've worked with web push on before with firebase and it worked fine on every platforms, as per the docs it says, "currently supported for Chrome version 50 for Desktop and Android" but after that I read a community discussion for the same, Web Push…
0
votes
0 answers

React native Clevertap push notification integration

I am trying to integrate clevertap plugin into my application. I have followed below procedure:- Installed react native clevertap plugin using this link and followed all the mention steps. Also added firebase messaging package implementation in…
0
votes
1 answer

Clevertap Events Data in Python

I am using https://github.com/CleverTap/clevertap-server-api-examples to get clevertap events data in python but I am getting error HTTP Error 405: HTTP method POST is not supported by this URL from python.api_v0.clevertap import…
Abhishek Gupta
  • 151
  • 1
  • 14
0
votes
2 answers

iOS App crash issue on Splash Screen with Clevertap Push Notification on Mobilefirst V7.1

iOS mobile App crashing after clicking the Push Notification and showing the following error. The crash is being observed for Clevertap Push Notification when the app closed. The crash is not happening when the mobile app is in background or…
0
votes
1 answer

[CleverTap]Campaigns doubts about the products and OS

^_^! Hi all, In my cleverTap account, there are two products {Product A, Test Product A, Product B, Test Product B}. And iOS and Android are supported for them. Now, I create a campaign in Product A, chose iOS and Android in {WHAT do you want to…
0
votes
2 answers

Any way to configure action titles and respective deeplinks in clevertap for iOS notifications?

iOS 11 supports rich notifications with custom configured action items for notifications which are configured in the app. Is there any possibility of configuring the action items and its deeplinks in the thirdparty notifcation platforms like…
0
votes
1 answer

How can I check value of CleverTap object?

Is there a plugin or kind of extension through which I can check what values I am passing in CleverTap object? Apart from accessing the data from CleverTap dashboard, how can I view it on my website? For e.g., when I include the below code in my JS…
Frosted Cupcake
  • 1,909
  • 2
  • 20
  • 42
0
votes
1 answer

Is it possible to set multiple in-app notifications for an application through clevertap for same period of time?

Is it possible to set multiple in-app notifications for an application through clevertap for same period of time? I am setting 2 in-app messages from clevertap for my application. But I am able to see only the old one. Both is set for lifetime…
Sumi Sil
  • 3
  • 1
0
votes
1 answer

Clevertap for IONIC push notification not working for IOS

I have built an app using IONIC 1 and using clevertap for analytics and push notification. I am using an official cordova plugin to consume CLEVERTAP push notifications, CleverTap Cordova Plugin For android it is working fine but for IOS it is not…
NitinD
  • 489
  • 2
  • 7
  • 21
0
votes
1 answer

How to get the number of new users on previous days in CleverTap

I am new to CleverTap. I want to get the number of new users in each of the previous 30 days. I can only view from the dashboard that today's new user number is shown. But how to read the values with API? It was suggested that the query should be…
Frankie
  • 744
  • 1
  • 9
  • 14
0
votes
1 answer

In-App Notifications Android

How are In-App Notifications in Android eg. Localytics or CleverTap implemented that displays a pop-up inside the App irrespective of which activity is currently in foreground. Where should I start looking for implementing one or are there any…
0
votes
1 answer

Can I find Who or Which User uninstalled my app via clevertap.com?

I wanted to find which user uninstalled app for some reason.I was searching for solution and got this clevertap.com. But I don't have clarity of wheather I can find User who uninstall it?
Sanket Parchande
  • 894
  • 9
  • 14
-1
votes
2 answers

Server Error ReferenceError: window is not defined in Next.js

I'm trying to integrate CleverTap into my Next.js app. Followed the documentation Web SDK Quick Start Guide but facing issue: Server Error ReferenceError: window is not defined in Next.js _app.tsx import React, { useEffect, useState } from…
Rashed Rahat
  • 2,357
  • 2
  • 18
  • 38