Skip to content

Alpha 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfkhoury jfkhoury released this 12 Aug 17:00

Release notes:

  • Integration with Target.

  • Added Personalization actions: appendHtml, prependHtml, replaceHtml....

  • Personalization component processing images and script tags.

  • Implemented Opt-In: all or nothing, with support to pre-optIn commands queuing. Enable with optInEnabled: true.

  • Add new config to suppress errors: suppressErrors.

  • Implement Stitch ID.

  • Implement setCustomerIDs. (Hashing personal IDs and customer IDs as config coming soon)

  • Trigger ID Syncs based on TTL.

  • Changed the way to specify a View Start. Instead of type: "viewStart", you need to set a boolean when triggering an event command: viewStart: true.

  • Bug fixes and code improvements including: Support responses with multiple payloads with same type, fix cookie proxy (cache), fix util that retrieves top level domain...