We don’t have the store url from the first step, the first step links to the app listing page, attaching cookies, but there are no input forms (trying to make it easiest for the user, direct them to the solution and not make them submit forms).
Sorry to say they don’t have a great solution either:
> yeah that’s a tricky one - browsers really don’t want you to do that. Maybe setting SameSite=none (MDN) in the cookie might work. That being said, safari is really strict about these (and I think chrome got stricter too recently), so you have to go through ITP to be able to read the cookies from the iframe, which requires a user action (like a click or something)
I wonder if there’s a way to transfer the user’s Shopify url to Google Analytics when they install the app from the Shopify app store page?
Then maybe we could use a url parameter for the referring page, and match that up with the user installing at that same time.
Then we could run a separate script that checks Google Analytics via API and compares the url parameter and installed store url with the user, then performs the action (tags them based on the source they came from, to cater specific features, etc).