FuelSDK-Python
FuelSDK-Python copied to clipboard
'ID' value issue
The ID field in the propslist for ET_OpenEvent is set to 0 when the value exceeds the 32 bit range.
i.e., The ID field was unique and auto-incrementing for a while till it was within the int range post which it was statically only 0.
This field was used as the unique identifier of the event.