Hi, I’m hoping someone can confirm whether this is possible.
I’m creating/updating contacts via the CRM API (Create/Update Contact) for records that come from an external channel without an email address (in my case, LINE messaging). Instead of email, I use a custom unique property (e.g. line_user_id) as the identifying key for these contacts.
I’d like to retroactively associate the anonymous browsing history (page views, etc.) tracked under a visitor’s hubspotutk cookie with one of these existing contacts.
From what I’ve researched so far, my understanding is:
- Submitting
context.hutkvia the Forms API only merges browsing history when the submission is matched by email (or one of the other default deduplication properties) — it does not work with an arbitrary custom unique property - The tracking code’s
identify()function also only supports identifying a visitor by email
Is there any officially supported way to associate a hubspotutk’s browsing history with a specific existing contact when that contact has no email address? If this genuinely isn’t supported, a confirmation would also be very helpful.
Thanks in advance.