. . .

Analytics Module Intro

Content


With the Analytics module you will get functionality to track different actions from users of your app. These tracking methods will be automatically in your SDKs (see the supported SDKs below). When the Analytics feature is activated the module will be automatically added to your backend. Using the Analytics module you have a complete dashboard only for analytics purposes. In this dashboard are lots of diagrams and tables which helps you to analyse the behavior of the app users. Beside users behavior you can also see the used devices, resolution and app versions. Additionally to that you have reports from crashes and errors which also helps to improve your app. You can see some functionality of the analytics dashboard in the screenshots below.

images/download/attachments/85406496/analytics.png

Configuration

To enable the Analytics module, you have to install the additional package we provide, contact us for further information.

After the installation, you can set the property "isAnalyticsEnabled" to true in the yambas.conf to enable the ApiOmat-Analytics feature on your installation.

Additionally, you have to set the properties "analyticsHostInternal" - as internal host target of the installation, and "analyticsHostPublic" - as external reachable address of the analytics instance.

The following snippet shows the following lines to add to your apiomat.yaml:

apiomat.yaml
analytics:
enabled : true
hosts :
# The internal address from which the analytics instance is available
internal: http://localhost/analytics
# The external address where the instance is available
public : http://www.yourdomain.yourhost.tld/analytics

A restart of the Tomcat server will initialize your analytics instance and setup the SuperAdmin account on it.

After the Installation of Analytics, you have to set Dashboard-Url-property in your Analytics config.js (ANALYTICSDIR/frontend/express/config.js) and then restart it with "countly restart":

ANALYTICSDIR/frontend/express/config.js
aomDashboardUrl: "http://yourDashboardDomain.yourhost.tld/"

This provides that the "back to ApiOmat"-Link in Analytics points to your ApiOmat Dashboard.

Usage

Dashboard

If the ApiOmat-Analytics feature is enabled, every app will automatically use the related analytics module. You can then open the analytics dashboard over the "Use" entry of the context-menu for the module.

images/download/thumbnails/85406496/das_menu.png

At the dashboard you can get information about your users' activities, their carriers, devices, resolutions, platforms and many other metadata.

images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.05.32.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.23.51.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.05.46.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.05.58.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.07.11.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.06.35.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.06.58.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.07.49.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.06.25.png images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.06.10.png

SDKs

We currently provide Analytics libraries for the AndroidSQLite, Swift, Objective-C and Typescript SDKs. The necessary files are already shipped with your SDK, if the Analytics feature is enabled on your installation.


The code snippets on the SDK-page for the specific language at the dashboard already contain simple examples on how to initialize and track events.

images/download/attachments/85406496/Bildschirmfoto-2020-02-24-um-12.09.39.png

You can get further information about the SDKs, its configuration and usage at the following links:

Furthermore, our partner count.ly offers community-supported or even unsupported SDKs for other languages and target platforms.

We don't ship and support these SDKs with our SDKs at the moment. However, you can manually add them to your favorite SDK and integrate them in your app.

For a general overview over the SDKs that are officially supported by count.ly: http://resources.count.ly/docs/downloading-sdks

Features

More information about the individual features of ApiOmat Studio can be found below:

Additional information to analytics can be found on our partner's website here.