manoeuvre
Simple Node wrapper for Manoeuvre's v1 API - Affiliate Tracking for Mobile Apps
Getting started
Node wrapper that interfaces with Manoeuvre's affiliate tracking system. Developers can sign up for an account with Manoeuvre here. Once signed up, set up your apps and your affiliates in the system, make a note of your appId and your api key, you will need them to set up the tracking and start sharing revenue with your affiliates. Manoeuvre works by tracking each of your apps and the traffic passed through each by your affiliates through 3 different stages, landing & promo pages, downloads and payment.
manoeuvre
Manoeuvre wrapper for Manoeuvre's v1 API - Affiliate Tracking for Mobile Apps
Install
$ npm install manoeuvre
Usage with Progressive Web Apps (PWA's)
// Inside the front end source of your progressive web application// Set config, validFor - tracking for an individual will expire after validFor in secondsconst config = validFor: 360 //Set up trackingconst tracker = config//Add to your application landing page, passing the referred affiliates ID, and your unique app ID, leave the rest to us.tracker//On succesful load of your app potentially your homepage call the followingtracker//On succesful payment/purchase of your apptracker
API
Coming soon