Notion: User and Account IDs


One of the initial questions that often arises when our customers begin querying their data is: How can I combine all this data effectively? For instance, suppose you want to determine if customer support interactions in HubSpot lead to increased revenue in Stripe or calculate the percentage of accounts that both opened your email campaign and visited your website. The key to answering these advanced queries lies in the ability to connect your data sources. To achieve this, you require consistent user and account identifiers.

What is the user ID problem?

Every SaaS tool you utilize employs its unique method for identifying users, often with a unique primary key. Furthermore, these distinct IDs can be scattered across various sets of tables within your database. So, when you wish to match, for example, Elon Musk, who submitted a ticket in Zendesk and also engaged with a campaign in Mailchimp, it can become complex.

For instance, Stripe employs its own customer_id for customer tracking; journy.io requires a user_id, while MailChimp uses email to uniquely identify each individual.

To effectively establish connections across these sources, it's essential to understand how each ID relates to the others. The most effective approach is to create a common identifier that spans different tools.

Use a common identifier when possible

When integrating with a new application, you must select the field with which you'll reference the ID. There are numerous options, such as emails, Twitter handles, usernames, and more.

Nevertheless, we recommend employing the same ID that you generate from your production database when creating a new user. Database IDs remain constant, making them more reliable than emails and usernames that users can change at their discretion. Using this same database ID across as many tools as possible will simplify identity connections in the future.

analytics.identify("abc123", { // that's the user ID from the database firstname: "Elon", lastname: "Musk", email: "elon.musk@tesla.com" // also includes email });

While we would prefer to use a database ID exclusively, some tools necessitate user identification via email. Therefore, ensure that you also send the email to all your other tools, allowing you to connect based on that attribute if needed.

What happens when journy.io creates records in destinations?

Integrating as many tools as possible through journy.io will simplify future connections. When you utilize journy.io for user identification, we transmit the same ID and traits to all your connected applications when creating new records.

Most of our integration partners accept an external ID, into which they will insert the journy.io user ID and account ID. Below are some examples of journy.io destinations storing the journy.io User ID:

TOOL

CORRESPONDING TRAIT

CORRESPONDING SOURCES TABLE

HubSpot

external_id

hubspot.external_id

Mailchimp

unique_email_id

mailchimp.lists.unique_email_id

Intercom

user_id

intercom.users.user_id

The same principle applies to accounts and their IDs.

How to merge identities

You don't need to worry about merging identities; journy.io handles this seamlessly. journy.io ensures that all connections maintain synchronization, taking care of the joins for you.


Tip: journy.io offers free onboarding! 🚀

Go to the Onboarding Page and book your 60 minute spot!

https://www.journy.io/utilities/book-meeting