I would love to create and manage Google Campaign URLs with Smartsheet. Ideally, I would enter the URL and associated variables, and in the final column it would generate the complete campaign URL, just like the official Google URL builder (https://ga-dev-tools.appspot.com/campaign-url-builder/).
Specifically, I suppose the final column would check a cell to see if it has a value, and if it has the value, input into the URL formula appropriately. The output would look something like:
(A1)[?utm_source=(B1)][&utm_campaign=(C1)][&utm_medium=(D1)]
Does anyone know how I might go about making something like that happen? Thanks in advance.