Converting between AAM UUID and ECID
Hi,
I have an external dataset that I need to join to Analytics data in a warehouse. Unfortunately the external dataset is keyed by AAM UUID, whereas my data is keyed by the ECID/MID field, which is preventing me join these together.
How can I convert the UUID to a ECID?
The ID documentation from the AAM suggests that the ECID can be calculated from the UUID by combining with our organisation ID, but it doesn't provide the function to do this and I can't find this anywhere.
Is there a simple function or formula available to do this? (is it something like salting the UUID with the org ID and hashing again?)
Thanks in advance