DailyStory JavaScript API
The BigCommerce adds activity tracking, but it also loads the DailyStory JavaScript API....The DailyStory JavaScript API is pure JavaScript and has no dependencies on jQuery or other JavaScript frameworks....The DailyStory JavaScript API is loaded asynchronously....This ensures it does not interfere with your page load time, but also means that the API is not available immediately....To ensure that the DailyStory JavaScript API is available you should run any JavaScript code that relies on the API after the ds_ready event fires:
The DailyStory JavaScript API is then accessed using the object reference Ds.
The DailyStory API enables developers to create their own custom features and integrations by providing them programmatic access to their DailyStory data and functionality....We've created well-defined conventions to make integrations against our API an intuitive and simple experience for our users.
Welcome to the DailyStory API documentation....DailyStory includes a full suite of REST APIs and Webhooks for integrating and extending the DailyStory platform....If you are looking for our end user documentation, please see our DailyStory end user documentation
This guide provides a walk-through of how to get started using DailyStory's APIs.