For the complete documentation index, see llms.txt. This page is also available as Markdown.

setCustomerAttribute

Set an attribute in an on-device key/value store for use for paywall personalization uses cases.

NamiCustomerManager.setCustomerAttribute("firstName", "Taylor")
NamiCustomerManager.setCustomerAttribute("firstName", "Taylor")
NamiCustomerManager.setCustomerAttribute({"firstName": "Taylor"});
NamiCustomerManager.setCustomerAttribute('firstName', 'Taylor');

Last updated