Get started

Retrieving Preferences

Get the current visitor's preference scores.

Async API

const prefs = await Intenxio.getPreferences();
console.log(prefs);
// {
//   "technology": { "phones": 95, "tv": 70 },
//   "travel": { "luxury": 80 }
// }

Local Cache

const local = Intenxio.getLocalPreferences();
// Returns cached preferences from localStorage

Score Decay

All preferences automatically decay over 7 days: