Package Exports
- smartserve
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smartserve) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
smartserve
Simple CLI for programmatic reporting and network optimization on SpringServe AdServer
installation
install using node package manager
https://www.npmjs.com/package/smartserve
$ npm install smartserve
or clone repository
$ git clone https://github.com/waymobetta/smartserve.git
$ npm install
$ update config.json with credentials
usage
Example: Maestro (displays potential demand tags for supply tag [ID: 55173])

$ node maestro.js -d Today -s 55173
Example: Synopsis (displays top supply tag, demand tag, pair (supply/demand), and domain for date range [Today] by parameter [fill_rate])

SORT BY FILL RATE: $ node synopsis.js -d Today -p fill_rate
SORT BY REVENUE: $ node synopsis.js -d Today -p revenue
Example: Domain (displays top [50] domains for date range [Today] sorted by parameter [fill_rate])

$ node domain.js -d Today -n 50 -p fill_rate
resources
SpringServe API Docs: https://springserve.atlassian.net/wiki/pages/viewpage.action?pageId=12517384