Open mleister97 opened 1 year ago
Hello, this is correct since setAttributes is async in our backend and it takes time to reflect in the dashboard, If your data is prepared already before you load the widget, you can use the visitor API instead it's more realtime.
In my code, I use the
SecureMode
, and I have made sure that the methodsetAttributes
is only called when all values are available. I see in the WebSocket connection that the data is being transmitted successfully. However, the callback function of setAttributes returns undefined, and none of the possible errors mentioned in the documentation. Sometimes, the attributes get updated in the dashboard, but sometimes they don't. Could it be that they are not being added live, or are there currently any issues?Websocket:
Dashboard View: