without seeing the difference of the values, there might be no option to get the desired information. only way would be to classify the single codes (if you candifferentiate them)
possible solutions are
- add a unique string before each code, eg "cid|..." or "ac|...." the use saint on this
- add all values to the trackingcode (might get too long...)
- pass all values to different props
- pass only the key to a prop (eg. "cid", "accesscode"...)