UNPKG

nativescript-google-analytics

Version:

Integrate native google analytics iOS and Android widgets into NativeScript

68 lines (47 loc) 1.55 kB
# Nativescript Google Analytics Plugin # * [Src](https://github.com/sitefinitysteve/nativescript-google-analytics/tree/master/src) * [Demo](https://github.com/sitefinitysteve/nativescript-google-analytics/tree/master/demo) ## Watch the video ## [![Watch the video](https://img.youtube.com/vi/5xIlbvT7j2g/0.jpg)](http://youtu.be/5xIlbvT7j2g) ## Release Notes ## ### 0.4.3 ### * Updated demos to TS * Updated demos to 4.0, verified functionality ### 0.4.0 ### * Migrate to new plugin seed structure ### 0.3.5 ### * Add Demographic Support, thx [markhatchell](https://github.com/markhatchell) ### 0.3.2 ### * Add UserId support ### 0.3.0 ### * Rename Podfile dir * Update repo name to match plugin (OOPS) ### 0.2.9 ### * Update Gradle refs * Fix demo nav ### 0.2.8 ### * Remove specific version of play-services on android ### 0.2.7 ### * TS File fix * Updated logging options ### 0.2.6 ### * Enabled Exception Reporting on the Android side "enableExceptionReporting" ### 0.2.5 ### * Added Typescript definition file ### 0.2.3 ### * Timing API Start\End functions ### 0.2.0 ### * Exception Logging API * Timing logging API ### 0.1.9 ### * Breaking Change: Init method now takes an object, not just a string * Fixed Dispatch to be configurable, and exposed a method to flush ### 0.1.7 ### * Enable Instant dispatch on android ### 0.1.5 ### * Android was missing the include.gradle file ### 0.1.5 ### * Updated sending code to use new {N} Protocol code ### 0.1.4 ### * iOS Grabbing tracker by ID, not default * Error handling per issue