Get User statistics in NodeWebkit App - angularjs

I am using NodeWebKIT for a desktop application with AngularJS front-end and using SailsJS in backend.
In app, currently user can chat, create some documents and add comments on it.
I need to get a statistics about app like:
How many are chatting
How many are creating documents
How many are active in app
How much time are they active in app
Who are not using app at all
How many are viewing documents, etc
I need to log all this data and later render it in ADMIN panel so that admin can view statistics about app.
Is there any way this can be achieved?
Thanks in Advance

Related

How do I tag a react app on clients site?

I have a basic 6 question React Quiz App. My goal is to launch this App on a client's website. I want to add analytics tagging to record performance and engagement:
user views on questions and flow
user interactions clicks
user choices based on form inputs
user quiz results/completion conversion
other misc user data
With this app being loaded externally through clients tag manager, what would be the best approach/analytics service to track this data? Any services you guys recommend?
Thanks!

Facebook Messenger Page webhook missing

I was create new app and for testing purposes I using Ngrok, for generating temporary URLs for my localhost, everytime it expires I must in app change that URL. Apps before have a option to subscribe again to different URL, but now I cannot change it.
It shows me only few options without page subscription and in Messenger Settings I can only add another permissions to my app. No way to change URL of page subscription. My solution for now is deleting apps and creating new.
Any new changes in this platform? Week ago I was develop apps with pages permissions without any problem and change it periodically.
Now I see only this:
Any help, or solution?

How to go about migrating my firebase web application to a different company like DigitalOcean

i'm working on building my own backend and an API for my project which is currently running on firebase. now the problem is that once the project grows it'll be expensive for me to continue using firebase as there will be a lot of data exchange and traffic and up to million users signing up. how do i migrate from firebase to services like DigitalOcean considering that my authentication data with current users its in firebase.
There is no public method in Firebase Authentication to retrieve a list of users. But there is a process to export the user data, which we're looking to clean up in a future release.
If you're having problems decoding the exported user data, post a question with details or reach out to Firebase support for personalized help in troubleshooting.

Is it possible to display business catalyst analytics on your front end?

I'm just wondering if there is a module tag in Business Catalyst which will enable me to display the visitor count and page views automatically on a webpage.
No, there is not a module that will allow you to view that data on the frontend of a site.
You could run a report and then upload that PDF to a page if you are looking to allow certain users access to visitor data without allowing backend access.
The other option would be to find an analytics provider that has an API or some method of allowing you to display this data on the frontend of your site.

Google Cloud Datastore and reports/administration

I'm quite new to Google App Engine and it's cloud Datastore which is used for storing the backend's data by default. As far as I realized you can only view it's content within the developer console and you can create or edit entities there.
But is there any external tool from which you can connect to your datastore to create reports or administer the data? What is your experience?
In fact yes it's true you can only see data's from the admin console.
If you wish to see your data's in Google Drive Table and make a report you can, but for that you need to create a connector to your sheet (I already made one). It's exactly the same if you need update or import data's to your datastore.
I use this Technic to upload or refresh products on my e-shop GAE app.
In general if I need to see a report, I design a specific web page for that and I protect theme via a login / password. To see a well formatted report you can use jquery library or use Google Charts

Resources