Hi Stew,Thank you so much for the great explanation! I really appreciate
this to help me understand the fundamentals.I think the code below for
the URL first joins the query parameters with "-" and then applies the
replace logic to show the value without the delimiter. Hence, I was
seeing the values just sourcecmpid instead of
source-cmpid.s.campaign=[s.Util.getQueryParam('source'),s.Util.getQueryParam('cmpid')].join("-").replace(/-/,'');However,
with the code below, it will join the two paramet...