Skip to content

v1.0.97

Latest

Choose a tag to compare

@pkowalski-id5 pkowalski-id5 released this 18 Mar 10:24
· 2 commits to master since this release

🚀 Features

  • Added partnerData option allowing partner data to be provided as a map with semantic keys
    (e.g. hem, phone, ua, ipv4, ipv6, url, domain, puid, idfa, gaid, idfv, etc.)
    instead of the encoded pd string.
    • Emails (hem) are auto-normalized and SHA256 hashed if not already hashed.
    • Phone numbers (phone) are trimmed and SHA256 hashed if not already hashed.
    • MAID values (idfa, gaid, idfv) are automatically lowercased.
    • When both pd and partnerData are provided, partnerData takes precedence.
  • Exported PARTNER_DATA_KEYS constants for IDE autocompletion when setting partnerData.