0.1.0 • Published 8 years ago

cordova-plugin-weborama-tracking v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Cordova+Weborama

Cordova plugin for Weborama tracking.

Installation

Add the following plugin to your Cordova/Ionic project:

cordova plugin add https://github.com/we-studio/cordova-plugin-weborama-tracking.git

Usage

var options = {
    siteId: <your site id>,
    zoneId: <your zone id>,
    host: <your host>,
    customPath: <your custom path>
};
WeboramaTrackingPlugin.trackerPing(options);

// other methods
WeboramaTrackingPlugin.trackerPingUnique(options);
WeboramaTrackingPlugin.conversionPing(options);
WeboramaTrackingPlugin.repeatableConversionPing(options);

TODO

  • iOS support
  • Android support
  • available in Cordova plugins list

Credits

This Cordova plugin is developed by Westudio team empowered by Wemanity.