BetterFunnel - User Attributions

BetterFunnel User Ids - User Attribution

In the BetterFunnel Dynamic Landing Page we have 3 user identifiers.

User Id:

Created the first time a user entered the LP and cached in the local storage. This identifier is called hash .

A user id looks like: 6445101080760455.

You can also request it in links in a shorter version (in Base64) as shortUserHash that looks like: OvZNzCWAR.

Session Id:

Created the first time a user entered the LP and cached in the local storage, the session renews after 30 mins of inactivity. This identifier is called sessionHash .

A session id looks like: 6445101080760455.

You can also request it in links in a shorter version (in Base64) as shortSessionHash that looks like: OvZNzCWAR.

Visit Id:

Created the each time a user enters the LP. This identifier is called visitHash .

A visit id looks like: 6445101080760455.

You can also request it in links in a shorter version (in Base64) as shortVisitHash that looks like: OvZNzCWAR.

To use these in links you can add parameters to the links as: https://example-link.com/hello?sub_id={{hash}}