URL
const alertConfig: Partial<AlertConfig> = {
url: 'https://live.your-storefront.com',
};Example:
window.LiSA.sdk.config = {
alert: {
showId: 'd1572488-c843-4905-9ce0-0ecb9ac7466d',
url: 'https://live.your-storefront.com',
},
language: 'ar',
querystring: encodeURIComponent('utm_source=LiSA-PromoWidget')
store: 'uae',
};Last updated