Create an advertising token for the current user, based on their email address.
You should obtain consent to use email address for personalized ad matching first, before using this.
window.nitroAds.addUserToken('example@test.com', 'PLAIN');
email address or hashed email address
prefered encodings are either "PLAIN" or "SHA-256"
Generated using TypeDoc
Create an advertising token for the current user, based on their email address.
You should obtain consent to use email address for personalized ad matching first, before using this.
window.nitroAds.addUserToken('example@test.com', 'PLAIN');