So I would think there would be a few ways to do this, but what would be the best way to track a visit that is coming from a forwarded website and how that visit in the Vercel analytics?
I could create a landing page… but really I just want the information from the main page to show… would I need to duplicate the main page content on some other pages? there are a lot of stuff on it and doesn’t sound very quick and easy…
What if I forward it to a www.mymainpage/landingpage1 <–?? landingpage1 doesn’t exist, so my code would automatically forward it to the main page… would analytics record the /landingpage1 as visit page??
Do you know what I am saying? I am looking for a quick way to do a forward from a separate domain to my main page real domain, and record that visit… what do you think?
*** I am using the pages router, not the app router ***