Client-side
Data inlining can be enabled via the Info Ident Track API for client-side integration and activation, for example to deliver personalised content in app or on a website.
The data is available via fcData local storage key or JavaScript API via the following example JSON structure:
JSON
{
"umid": "86def240-beff-420d-ae87-ea76b8a84e1b",
"state": 1,
"identifiers": [
{
"name": "mt1",
"value": "mt1-7UmBrBacp_LU7kdqW00VOw"
},
{
"name": "email-aes",
"value": "JRCHSIm4J_uDd8RXxrBI4A=="
},
{
"name": "mt2",
"value": "mt2-za7YmqGDA_GZrWn8rdNU9Q"
}
],
"nextBestIdentifiers": [],
"permissions": {
"CS-OM": true,
"CS-OPT": true,
"CS-NBA": true
},
"permissionsLastModification": {
"CS-OM": "2025-06-30T10:49:53.983Z",
"CS-OPT": "2025-07-10T12:05:28.736Z",
"CS-NBA": "2025-07-10T12:05:28.736Z"
},
"notificationHistory": [
{
"name": "MAIN_CS",
"version": 1,
"permissions": [
"CS-OM",
"CS-OPT",
"CS-NBA"
],
"date": "2024-06-19T16:17:41.607Z"
}
],
"notificationStatus": {
"CS-NBA": true,
"CS-OM": true,
"CS-OPT": true,
"CS-UTIQ": false
},
"attributes": {
"CustomerValueHigh": "high",
"Tech1_2": "tech1",
"banner_business": "business",
"banner_fashion": "fashion",
"banner_fitness": "fitness",
"banner_food_drink": "food-drink",
"block-4": "technology",
"block-5": "science",
"block-6": "sport",
"browserFamily": "Chrome",
"browserType": "BR",
"browserVersion": "142.0.0.0",
"cc": "GB",
"city": "Winthorpe",
"deviceName": "PC",
"domainName": "vodafone.co.uk",
"isp": "Vodafone Ltd",
"latitude": "53.1",
"longitude": "-0.78333",
"mcc": "234",
"mnc": "15",
"mobileBrand": "Vodafone UK",
"nba1": "nba1",
"nba3": "nba3",
"osFamily": "Windows",
"region": "England",
"usageType": "ISP/MOB",
"AnyOtherKey": "AnyOtherVAlue"
}
}