Hello,
I'm planning to use the Node.js SDK to send Revenue events as they're processed by my payment system. However, I've encountered a couple of challenges that I need some guidance on:
-
IP Address Tracking: The Revenue events are being logged with my server's IP address. Since all events originate from the server, they share the same IP address, which is causing some confusion in our data analysis. I'm interested in disabling IP tracking for all server-sent events to avoid this issue. Is there a way to globally disable IP address tracking for events sent through the Node.js SDK?
-
Device ID Tracking in a Server-Side Context: How does Device ID tracking function on the server side? Given that these events are dispatched from a server, is there a risk that the server is assigned a single Device ID? If so, does this mean that events from different users will be recorded under the same Device ID, potentially merging user data incorrectly?
I appreciate any insights or solutions you can provide to address these concerns.