I want to add a filler word (in) if my variable is passed for DKI.
Use case is someone is searching for bagels in denver, adwords will be passing loc=denver.
I have a form and I want it say either “Search for bagels” if no loc passed or “search for bagels in denver” if loc=denver is passed.
for default, I will have it be blank. I understand that I could change the var to be equal to in+denver, but that will mess up other things.
Any ideas?