Keep track of every change on the Cello platform
boot()
command to return a promise that is resolved once the whole initialization process is finished or rejected if the boot command failed. It is optional to use if you want to wait in your code until boot()
command has finished.
productUserId
the ucc
belongs to.
productUserId
). This enhancement serves as a powerful tool, enabling a broad range of contextual sharing use cases, and potentially broadening the scope and impact of your referral program.
For insights into how best to leverage this addition and explore various use cases, please refer to our Contextual sharing guide.
To understand the specifics of the new /active-link endpoint, you can visit the Cello API Reference. This is a significant step towards enriching your user experience, and we look forward to seeing the innovative ways you’ll make use of this feature.
https://assets.cello.so/app/latest/cello.js
) to direct to the newer version.
https://assets.cello.so/app/v2/latest/cello.js
. No other migration effort needed. The v1 Referral Component will remain functional and supported, but will not receive any new updates apart from critical security fixes.onTokenExpiring
event and pass in a new token using updateToken(token)
method. For more details go to User authentication guide.?cello-open=true
param to your the URL. Add a link to referral component to your email communication to help your users access the sharing directly from the email. For more details, go to Referral Component docscello.hide()
method behaviour. Now Referral Component will also be closed automatically, when cello.hide()
method is called
onOpen()
and onClose()
- callbacks to allow you to hook into event when Cello Referral Component is opened or closed. More details in JavaScript Browser docs.
Please download & install the updated Chrome Extension if you want to simulate the referral experience.
ucc
, instead of the referrerId
. ucc represents exactly what its name implies. It identifies who the referrer is, but also what the campaign that the referrer shared was. As campaign’s get updated, a ucc will also change, but the old links, that have already been share will keep working and point back to the correct campaign terms.
productUserId's
) to Cello and only these users will have access to the Referral component until you are ready to rollout to your entire user base. Read more about Named user whitelist here.