Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Version 1.2.0

Compare
Choose a tag to compare
@samdozor samdozor released this 09 Jun 13:30
· 18 commits to master since this release

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 as true and false.