salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
127 stars 193 forks source link

'ID' value issue #93

Open nishzsche opened 6 years ago

nishzsche commented 6 years ago

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.