mpulse
v1.3.5
Published
Akamai mPulse JavaScript API
Downloads
7
Readme
mPulse.js
Documentation is available at: http://docs.soasta.com/mpulse.js.
Version History
- v0.0.1 - May 26, 2015
- Initial release
- v0.0.2 - September 10, 2015:
- Added support for A/B tests:
setABTest()
,getABTest()
andresetABTest()
functions added - BREAKING Change:
setViewGroup()
was changed tosetPageGroup()
.resetViewGroup()
was changed toresetPageGroup()
- Added
getPageGroup()
- Added support for A/B tests:
- v1.0.0 - March 14, 2016
- Updated to mPulse Beacon API v2
- v1.0.1 - April 13, 2016
- console.warn() when using a Custom Timer, Metric or Dimension that doesn't exist
- console.warn() if you don't specify the REST API Secret Key on
init()
- v1.0.2 - July 11, 2016
- Fix for IE 9 /
XDomainRequest
- Fix for IE 9 /
- v1.1.0 - June 1, 2017
- Fix for session start time
- Set
rt.tstart
andrt.end
on the beacon instead ofwhen
- New session start functions:
.setSessionStart()
,.getSessionStart()
- New function to transfer Boomerang sessions:
.transferBoomerangSession()
- v1.2.0 - July 19, 2018
- Adds support for Appcelerator Titanium
- v1.3.0 - November 12, 2019
- Exports
sendBeacon
- Optionally specify the
User-Agent
for the beacon
- Exports
- v1.3.1 - November 18, 2019
- Optionally specify the
User-Agent
for the config.json fetch
- Optionally specify the
- v1.3.2 - November 18, 2019
- Switched
node-XMLHttpRequest
dependency to fix https://github.com/driverdan/node-XMLHttpRequest/pull/128 soUser-Agent
header is set
- Switched
- v1.3.4 - March 4, 2020
- Updated to
[email protected]
- Updated to
- v1.3.5 - April 16, 2020
- mpulse.js will pause sending beacons when the app is rate limited
mPulse.isInitialized()
function added