Expand my Community achievements bar.

SOLVED

Adobe Analytics Phonegap Plugin

Avatar

Former Community Member

Intending to implement Adobe Analytics along with Phonegap so as to define the custom events and track the events of the mobile app . Can anyone suggest me the best way as in plugins to execute this along with the proper documentation to carry out the same. After digging more into this, the easiest way really seems to be using the plugin provided by Adobe itself. Though no plugin is necessarily needed as proved by angulartics  which also supports Adobe Analytics with plain JavaScript. The plugin however can found from with the basic instructions on how to integrate. Basically it should be as easy as just installing the plugin with then configuring the ADBMobileConfig.json to match your needs, and then you can use it like after you have attached it to your create, pause and resume handlers appropriately. The place I found the original link to the GitHub repository is this page about Measuring and Optimizing Mobile Applications.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

The point to use the plugin is that you will use the capabilities of the mobile SDK lifecycle tracking with all of the mobile metrics that come along like launch, crash, install ....

If you use default javascript implementation you won't have these metrics which won't make sense to not have them if you are tracking an app. Make sure you use the SDKs provided by Adobe.

IOS doc

Android doc

I played with it in the past and wrote a tutorial: PhoneGap android app and Adobe Mobile Services · alcazes/Adobe-Analytics-from-A-To-Z Wiki · GitHub

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

The point to use the plugin is that you will use the capabilities of the mobile SDK lifecycle tracking with all of the mobile metrics that come along like launch, crash, install ....

If you use default javascript implementation you won't have these metrics which won't make sense to not have them if you are tracking an app. Make sure you use the SDKs provided by Adobe.

IOS doc

Android doc

I played with it in the past and wrote a tutorial: PhoneGap android app and Adobe Mobile Services · alcazes/Adobe-Analytics-from-A-To-Z Wiki · GitHub