alinemorelli/react-gtm

Tagmanager initialize removes search params from the url

vikasgupta-okta opened this issue · 0 comments

TagManager.initialize removes the search parameters from the url.

www.abc.com?a=1&b=2
becomes
www.abc.com

when the TagManager.initialize code is introduced.