Questions tagged [countly-analytics]

Open source real-time mobile analytics platform for iOS, watchOS, Android and Windows Phone. In addition to mobile, it supports tvOS, macOS, Unity, Web, Game and IoT analytics.

Open source real-time mobile analytics platform for iOS, watchOS, Android and Windows Phone. In addition to mobile, it supports tvOS, macOS, Unity, Web, Game and IoT analytics. http://count.ly

19 questions
5
votes
2 answers

Integrating Count.ly To Android Application

I want to use Count.ly with my Android app. I'm newbie on Android. There is an installation documentation here but i couldn't follow these steps. 1) I've added this to my manifest file, inside
Eray
  • 7,038
  • 16
  • 70
  • 120
4
votes
2 answers

Excluding the IDFA from the final binary using Countly

I'm trying to exclude the IDFA from my final binary using Countly so I can answer no to the Export Compliance question "Does your app use the IDFA?". Adding COUNTLY_EXCLUDE_IDFA=1 to Build Settings > Preprocessor Macros as mentioned here doesn't…
Elusyve
  • 41
  • 2
1
vote
0 answers

Android - High tx data consumption

We have an Android application with over 10 000 monthly users. We recently started receiving feedbacks from users complaining about a concerning data usage (2 to 20GB consumed within a month). Here is a screenshot coming from one of our users…
1
vote
1 answer

Integrating Countly with React.js

I have a requirement to use countly for analytics in a React.js web app. The is built using React.js, react-router-dom, redux, saga, material.ui. The countly provides an SDK for web…
Manish
  • 161
  • 1
  • 2
  • 7
1
vote
1 answer

Use web sdk plugin in ionic 4 application

I have one question. I want to use this sdk in my ionic application : https://support.count.ly/hc/en-us/articles/360037441932-Web-analytics-JavaScript-#using-the-web-sdk-in-webview. I use the ionic version 4 so I can't use their plugin because is…
GPiter
  • 779
  • 1
  • 11
  • 24
1
vote
1 answer

Push notification on count.ly

Below is the code snippet which is demo application listed in countly documentation for sending push notifications to user in android & we have community edition of countly , issue is users are not even getting registered in countly. Demo provided…
KOTIOS
  • 11,177
  • 3
  • 39
  • 66
1
vote
1 answer

adding custom metrics to countly

I have a local countly installation, I have been able to make it multi tenet, now any dev from my organization can make an account on it, make applications under his account, and send data on it. We would like to add some more data to our dashboard,…
Brij Raj Singh - MSFT
  • 4,903
  • 7
  • 36
  • 55
1
vote
2 answers

Forward EC2 traffic from 1 instance to another?

I set up countly analytics on the free tier AWS EC2, but stupidly did not set up an elastic IP with it. No, the traffic it too great that I can't even log into the analytics as the CPU is constantly running at 100%. I am in the process of issuing…
Darren
  • 10,182
  • 20
  • 95
  • 162
0
votes
0 answers

How initialize Countly on Android with turned off javascript for webviews?

Is there a possibility to initialize Countly on my Andorid project, where javascipt is turned off for webviews per default?
Ralf Wickum
  • 2,850
  • 9
  • 55
  • 103
0
votes
0 answers

Why is the countly analytics not recording the events triggered through my spring application?

Why is my countly analytics not recording the event triggers sent through my spring application? In my spring application I have put the below script in a newly created javascript file named countly.js