What is the proper way to track users that navigate from a domain to a sub domain using Flutter web?
My company has a Webflow landing page (www.example.com) and a Flutter web application page (app.example.com). We’ve added Amplitude to each of them and can successfully track users on the separate domains. The issue occurs when we send users from the Webflow landing page to our web app. When this happens, a new device ID is generated and it appears as if there are two separate users.
I’ve seen this article on setting up cross domain tracking but the language seems specific to “cross domain” tracking. Will the steps in this article work for subdomain tracking?
On a similar note, the Amplitude SDK for Flutter does not have a “deviceId” property in the init() method so I’m wondering what the correct steps are on Flutter Web.
Thanks!
Other links: