Hey Everyone
Is there a way I can track users that visit our landing page and merge them with the tracking of users on our web app (on a subdomain)?
Our landing page is on Webflow. When users sign up, they will go through an auth0 sign up page before getting redirected to our web app (on a subdomain url).
I already have Amplitude working on webflow through the javascript sdk (so I can track visitors and UTM sources), and I also have working on our web app using backend server tracking through HTTP requests (to track actions on our product), but I can’t reconcile the two, and they seem to be getting created as separate IDs.
I’ve tried following https://help.amplitude.com/hc/en-us/articles/115003135607#h_f717e48c-460c-4a17-abd7-102327673798 to set up cross domain tracking, but we can’t pass the device ID from webflow to our web app, because a user needs to sign up on a third party auth0 page in between.
Are device IDs suppose to be automatically reconciled, or are we missing a setup (e.g. do we need javascript sdk on our web app too)?
Thanks!