Grab UTMs from URL and post responses + UTM info into google

Hey I’m wondering if your forms can use hidden utm parameters > grab those from the URL > then pass them back to a google sheet, along with the form answers.

So something like: We direct a user to a page, the page has your form on it, that page redirect has utm values in the url, something like:

www.example.com/survey?utm_campaign=example1&utm_content=content2&utm_medium=google&utm_source=website&utm_term=united-states

Is there a way for us to setup hidden utm text fields in the form > dynamically grab those as β€˜responses’ > then post those responses to a google sheet, automatically? (or if there’s a better place to post, I’m curious about your opinion on that).

1 Like

Hey @Prairie_IT not at the moment, but this is definitely something we can support.

A few questions:

  • Would you expect the entire URL to be saved or just the query parameters?
  • Should the query parameters should be saved as a string or an object?