Skip to main content

So I need to extract UTM from a url however in my case it is essential that when there is no UTM a default value is returned, the first part was answered below, but the second wasn’t and I can’t run it without the default value. Can anyone help me?

 

 

Hi @My Debt Plan Ltd 

Good question.

The Code step logic would need to be updated to include checks if a UTM parameter value exists, and if no, then the default value to set.


@My Debt Plan Ltd 

To add to Troy’s answer. You can add || after the variable declarations and javascript will use the default value if the url param doesn’t exist

 

 


Thank you so much looking forward to putting this to the test