I have a webpage that I am using for redirecting users on Page Load it first updates the record in my table Ex. visited for users and after that, I redirect the user to another page.
Everything is working great but somehow I noticed that lots of users are visiting the web page but I can’t track them on Google Analytics & after doing research I found that this is happening because of SMS link preview features.
Due to that, the preview appears on mobile but the user doesn’t click on SMS and the table got updated as visited for that user.
Can anyone please help me to prevent the table update from SMS preview? Thanks in advance.
- I have tried to add link in between the SMS.
- I have tried removing https:// http:// fromthe begining of the URL