19.2.1 • Published 5 years ago

qapps-sdk-web v19.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Qapps Web SDK

Build Status Codacy Badge npm version Inline docs

What's Qapps?

Qapps is an innovative, real-time, open source mobile & web analytics, rich push notifications and crash reporting platform powering more than 2500 web sites and 14000 mobile applications as of 2017 Q3. It collects data from mobile phones, tablets, Apple Watch and other internet-connected devices, and visualizes this information to analyze application usage and end-user behavior.

With the help of Javascript SDK, Qapps is a web analytics platform with features on par with mobile SDKs. For more information about web analytics capabilities, see this link.

There are two parts of Qapps: the server that collects and analyzes data, and an SDK (mobile, web or desktop) that sends this data. This repository includes Qapps Community Edition (server side). For more information other versions (e.g Enterprise Edition), see comparison of different Qapps editions

This repository includes the Qapps Web SDK. For more information about this SDK, Qapps SDK for Web integration guide at Qapps Resources or Qapps Web SDK Documentation

Implementing Qapps SDK in your web pages

There are 3 ways to get Qapps SDK.

1. Available with Qapps server

Since Qapps server 16.02, Qapps Web SDK is available in your Qapps server installation in qapps/frontend/express/public/sdk/web/qapps.min.js which should be available through URL as http://yourserver.com/sdk/web/qapps.min.js

2. Installation using package managers

bower install qapps-sdk-web

or

npm install qapps-sdk-web

or

yarn add qapps-sdk-web

3. Use a CDN (content delivery network)

Qapps web SDK is available on CDNJS. Use either

https://cdnjs.cloudflare.com/ajax/libs/qapps-sdk-web/19.2.0/qapps.min.js

or

https://cdn.jsdelivr.net/npm/qapps-sdk-web@latest/lib/qapps.min.js

How to use Qapps Web SDK?

Link to the script and call helper methods based on what you want to track: sessions, views, clicks, custom events, user data, etc. More information is available at http://resources.apps.qassioun.com/docs/qapps-sdk-for-web

Using Qapps web SDK in your web page

Qapps Web SDK has JSDoc3 compatible comments and you can generate documentation by running npm run-script docs or access online version at http://qapps.github.io/qapps-sdk-web/

Security

Security is very important to us. If you discover any issue regarding security, please disclose the information responsibly by sending an email to security@apps.qassioun.com and not by creating a GitHub issue.

Other Github resources

Check Qapps Community Edition source code here:

There are also other Qapps SDK repositories below:

How can I help you with your efforts?

Glad you asked. We need ideas, feedbacks and constructive comments. All your suggestions will be taken care with upmost importance. We are on Twitter and Facebook if you would like to keep up with our fast progress!

Badges

If you like Qapps, why not use one of our badges and give a link back to us, so others know about this wonderful platform?

<a href="https://apps.qassioun.com/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://apps.qassioun.com/badges/dark.svg" alt="Qapps - Product Analytics" /></a>

<a href="https://apps.qassioun.com/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://apps.qassioun.com/badges/light.svg" alt="Qapps - Product Analytics" /></a>

Support

For a public community support page, visit http://community.apps.qassioun.com.

NPM