I want to be able to capture the multiple query parameters in s.campaign variable. URLwww.example.com?cmpid=hhhh&source=ssss&medium=ddddCodeIf(!s.campaign) s.campaign=s.Util.getQueryParam('cmpid')When I adjust the code to do the following: If(!s.campaign) s.campaign=s.Util.getQueryParam('cmpid')s.ca...