8.0.2022091310 • Published 2 years ago

ibm-mfp-web-sdk v8.0.2022091310

Weekly downloads
622
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

IBM MobileFirst Platform Foundation Web SDK Plug-in

Core Web-sdk

Learn how to integrate the MobileFirst Foundation Web SDK in a web application here

Analytics Web-sdk

By default ibmmfpfanalytics is enabled, meaning data is passed to the ibmmfpfanalytics. You can explicitly enable or disable persistent data capture by calling ibmmfpfanalytics.enable or ibmmfpfanalytics.disable.

Note: The data collected via the ibmmfpfanalytics API and sent to the IBM MobileFirst server, is then available in the Operational Analytics engine console (Apps -> Client Log Search). The IBM MobileFirst ibmmfpfanalytics API provides the ability to enable, disable, and log custom events to analytics and send it to the server.

The IBM MobileFirst ibmmfpfanalytics was coded using the UMD pattern for javascript. This means it can be used as a separate module or used under the global context.

Following are examples of integrating the IBM MobileFirst ibmmfpfanalytics as a module, using 'define', and an example of integrating the IBM MobileFirst ibmmfpfanalytics on the global context.

Example usage as module, using 'define':


define( 'ibmmfpfanalytics' , function(ibmmfpfanalytics){ ibmmfpfanalytics.send();
} );

Example usage on global context:


Documentation

For details of the changes in this latest release, see here.

Copyright 2017-2018 IBM Corp.

IBM - IBM MobileFirst Platform Foundation v8.0 license agreement

Terms of Use