You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my code, I use the SecureMode, and I have made sure that the method setAttributes 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?
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:
The text was updated successfully, but these errors were encountered: