Guide to get started
Pre-requisites
- Access to the Playable platform, if not, but interessested you can head over and book a live demo
- General knowledge about Playable campaigns.
Events vs. API
Our sdk contains by 2 ways of communicating - listening to our Events
or using our window API
located on the window.sdk object the SDK contains Event communcation and by users current context, and only what the user is allowed to see.
Asynchronous
We have based our SDK on promises, you can read more about Promises, and how to consume data from asynchronous operations.