A JavaScript SDK for tracking events and revenue to Datadive.
- For using the SDK, please visit our 💯Developer Center.
- For developing the SDK, please visit our CONTRIBUTING.md.
- A demo page showing a simple integration on a web page.
- A demo page showing an integration using RequireJS.
- A demo page demonstrating a potential integration with Google Tag Manager.
This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself:
- react-native-device-info Tested with version 3.1.4
- @react-native-community/async-storage Tested with version 1.6.2
Please visit Datadive-Node for our Node SDK.
Click here to view the JavaScript SDK Changelog.
The cookie format has been changed to be more compact. If you use the same Datadive project(API key) across multiple applications, and you track anonymous users across those applications, you will want to update datadive across all those applications at the same time. Otherwise these anonymous users will have a different device id in your different applications.
If you do not have multiple installations of datadive, or if you do not track anonymous users across different installations of datadive, this change should not affect you.
We stopped committing the generated datadive.min.js and datadive.js files to
the repository. This should only affect you if you load datadive via github.
You should use npm
or yarn
instead.
We dropped our custom symbian and blackberry user agent parsing to simply match what the ua-parser-js library does.
The library now defaults to sending requests to https://source.datadive.ai/event instead of //source.datadive.ai/event. This should only affect you if your site does not use https and you use a Content Security Policy.
If you have any problems or issues over our SDK, feel free to create a github issue or submit a request on Datadive Help.