Version 1.2.0
This version makes several improvements to the Iterable integration:
-
Iterable requires that all users have an email address. Anonymous app users are now created within the Iterable platform with @placeholder.email email addresses, per the Iterable documentation: https://support.iterable.com/hc/en-us/articles/208499956-Creating-user-profiles-without-an-email-address
-
The integration now properly handles login, signup, and logout. Users will be updated in the Iterable platform from their placeholder email to their actual email.
-
mParticle's API only accepts strings as values of custom event properties, whereas Iterable accepts doubles, ints, booleans, and strings. The integration has been updated to parse event values:
Note: "true" and "false" strings (case insensitive) will be parsed as booleans and sent astrue
andfalse
.