[MKT-897]feat/Open link in new tab and simplify URL#267
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
send-web | ad8d214 | Commit Preview URL Branch Preview URL |
Jul 06 2026, 01:49 PM |
|
Hey!! in the description it says: - Delete GTM parameters (_gl, _gcl_au) and any keys starting with _ga (handling dynamic analytics IDs). is that expected? |
|
Yes, you're absolutely right, is not implemented to clear those parameters that starts with '_ga', only parameter exactly named _ga. When i was testing it, it looks like to be working and it must be React has handled the incomplete url and did the cleanup, so didn't found out this was actually wrong. And by rechecking it, i find out that also the parameter '_fplc' needs to be cleared in the path. Thanks a lot for helping me to find this huge mistake!!! |
Description
Clear the parameters of google analytics and google tags manager in url section, so the user don't see a super long url.
Changes Made
In the App.tsx: