User Profile Updates
Updating the User profile
<script src="https://cdn.adnuntius.com/adn.js" async></script>
<script>
window.adn = window.adn || {};
adn.calls = adn.calls || [];
adn.calls.push(function() {
adn.visitor('00000000000aaaaa', {
profileValues: {
firstName: "Bruce",
dateOfBirth: "2001-120-31",
lastTransactionAmount: 7000000
}
});
});
</script>Last updated