Hi Ravi,
I have learned that my statement above is incorrect. There IS an API to modify the analytics attributes. To use it with RIH, you would use it with the custom action because it does not (yet) have a spot in RIH.
POST https://{{environment}}.reltio.com/reltio/api/{{tenantID}}/entities/_analyticsAttributes?overwrite=true
Body:
[
{
"uri": "02rQu0X",
"analyticsAttributes": {
"NPS": [
{
"value": "40"
}
],
"AggregateBalance": [
{
"value": {
"BalanceValue": [
{
"value": "32,456.57"
}
]
}
},
{
"value": {
"BalanceDate": [
{
"value": "2024-07-15"
}
],
"BalanceValue": [
{
"value": "30,646.15"
}
]
}
}
]
}
}
]
------------------------------
Gino Fortunato
Senior Solution Engineer
Reltio
------------------------------
Original Message:
Sent: 01-12-2025 23:49
From: ravisaiteja yerra
Subject: Reltio Integration HUB
Hi @Gino Fortunato,
So we cannot update Analytics attributes Through RIH?
So is there any option to update Analytics attributes through RIH?
Can you please help us with a solution ?
Thanks,
Ravi
------------------------------
ravisaiteja yerra
optum
------------------------------
Original Message:
Sent: 01-10-2025 09:33
From: Gino Fortunato
Subject: Reltio Integration HUB
Analytics attributes are not regular attributes and not accessible via the entities API
------------------------------
Gino Fortunato
Senior Solution Engineer
Reltio