. . .

Google Analytics Module

Using the Google analytics module you can track create, read, update, and delete requests as events against your backend automatically.

images/download/attachments/2163143/db3-module-google-analytics.PNG

Configuration

Tracking ID

The tracking ID / property ID from your Google analytics account. You find it in the Google analytics administration tab, beginning with UA-….

images/download/attachments/2163143/Tracking-ID.png

App name

Insert here the name of your app if you want the events to be tracked as Mobile App Event Tracking

Usage

Simply add the module to your app. The data will be visible about one day later (the usual delay of Google Analytics) in your Google Analytics account in the Content->Events tab in the left menu.

images/download/attachments/2163143/Navi.png

Your events are sorted in to three classes: category, action and label.

Event categories will be tracked, if an object of a class is created.

images/download/attachments/2163143/Category.png

Actions are tracked modifications in your datamodel, e.g. “Create new datamodel”.

images/download/attachments/2163143/Actions.png

Labels depend on your actions:

images/download/attachments/2163143/Label.png

If you are using the server code module in combination with Google analytics module, you can trigger events manually with

AOM.trackGAEvent( String category, String action, String label, String value );
* link only available in Enterprise Documentation