I have a question regarding User Defined Ids. I’ve searched everywhere, on forums, in ninja docs but couldn’t find how I can access it from ninjascript?
I need to access it to send statistics about my strategy usage to my API and save that data. I don’t want to use MachineId because if users are using VPS, their machineIDs may be the same and they are not unique
I believe User Defined IDs should be List or Array because they can generate multiple IDs with VendorName, right?
I am already a Vendor. So at least it should be possible to access those IDs with my VendorName?
If it’s impossible, what other options do I have?