I think you cant fix it within your regex since you don't know which parameter is missing.best way to fixalways use all parameters in tracking url (it works if maybe the last is missing, but the first 4 need to be present)fix DTM to handle missing parameters, eg. replace by "none"fix by processing r...