JavaScript SDK
Get started with our general purpose JS SDK built for any browser-based app
To get started, you will need to set up a publisher account to get a publisherToken
and code
1. Import the SDK
In case fetchAd
can’t be accessed, you might need to make fetchAd
available globally.
2. Assemble messages & set up params
Firstly you will need to prepare a list of messages exchanged between assistant and user. They are used to determine which ads to show. Order of messages is important and it should always end with the last assistant message.
If you are integrating Kontext to a human-to-human messaging app, just use role “assistant” for everyone else apart from the current user. This works well both in 1:1 and group chat setups.
Create your params object
This object is used to call the fetchAd
function. Based on the params, it will determine what product and ad copy to show.
3. Show your first ad
To understand how the ad request works, check out our fetchAd docs.
At this point, you are all set. You can now call the fetchAd
function which also has a few optional callbacks that can be used for your analytics or rendering logic.
4. Styling the ad
The ad is rendered in a div
element inserted into element
passed in the fetchAdParams
. You can style it as you would any other HTML element.
The inserted div
has the following classes:
.kontext-ad-container
- Wrapper of the whole ad.kontext-a
- Link within the ad