You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check existence of invalid 2nd query in tracking: 2x ?
There should be 1x ? after .html to the tracking
2nd tracking needs to be & as there are delimited parts of most tracking already using the & checking for this could be tricky as that would require some kind of pattern check regex.
Solution:
Thinking this could be done with attribute CSS/Jquery selector
Simple regex for 1st ? existence only no 2nd ?
The text was updated successfully, but these errors were encountered:
Check existence of invalid 2nd query in tracking: 2x ?
.html
to the tracking&
as there are delimited parts of most tracking already using the&
checking for this could be tricky as that would require some kind of pattern check regex.Solution:
?
existence only no 2nd?
The text was updated successfully, but these errors were encountered: