I'm trying to track the install origin of my Chrome Extension in mobile devices.
I have different pages on mobile that lead to my extension page on Chrome. Users install the extension on mobile, and need to enable it on desktop.
Is there any way to know that a user installed the extension on mobile coming from a specific page?
Example flow:
- User visits Page A on mobile, and clicks on "Get the extension"
- User is redirected to the Chrome Web Store and installs the extension
- The user enables the extension on desktop
How can I know that the origin is Page A?