- Revenera Community
- :
- Usage Intelligence
- :
- Usage Intelligence Forum
- :
- Opt-out and server calls
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Opt-out and server calls
According to the opt-out mechanism documentation: https://docs.revenera.com/ui560/cpp_windows/Content/helplibrary/Opt_Out_Mechanism.htm, "The ruiOptOut() function Instructs the SDK to send a message to the server to indicate that this user is opting-out (if not already sent in previous sessions) and disables all further functionality and communication with the server."
If I understand this correctly, we can still make API calls (such as ruiSetCustomProperty or ruiTrackEvent) but none of these will result in any of that data being sent to the server, right?
By "communication with the server", I presume this means the URL given in ruiCreateConfig will not be called: https://docs.revenera.com/ui560/cpp_windows/Content/helplibrary/Initializing_the_Configuration.htm?Highlight=ruiCreateConfig (see "serverURL (const char*)").
The reason I ask is that one of our users of our software is reporting that they are still seeing calls being made to that "serverURL". It is my understanding that this should not happen. Can you please let me know if this is not necessarily true and whether there is something we should be doing differently in the opt-out case.