Reltio Connect

 View Only
  • 1.  Reltio Integration HUB

    Posted 01-10-2025 03:32

    Hi Team,

    We are trying to update analyticsAttributes using RIH But we are unable to update it 
    we have a analyticsAttributes HighestParentByName we are trying to update HighestParentByName value for few records but it is not happening 
    can we update analyticsAttributes using RIH is it possible ? @Gaurav Gera @Saurabh Agarwal  @Vineeth Choudary Malepati @Gino Fortunato

    Thanks,
    Ravi



    ------------------------------
    ravisaiteja yerra
    optum
    ------------------------------


  • 2.  RE: Reltio Integration HUB

    Reltio Employee
    Posted 01-10-2025 09:33

    Analytics attributes are not regular attributes and not accessible via the entities API



    ------------------------------
    Gino Fortunato
    Senior Solution Engineer
    Reltio
    ------------------------------



  • 3.  RE: Reltio Integration HUB

    Posted 01-12-2025 23:49

    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
    ------------------------------



  • 4.  RE: Reltio Integration HUB

    Reltio Employee
    Posted 01-15-2025 00:42

    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
    ------------------------------