Skip to main content

Save where the subscriber comes from using GET parameters

Updated over a month ago

It is possible to save information about where a subscriber comes from (e.g., Facebook, LinkedIn, a newsletter, etc.) when they fill out a signup form. The prerequisite is that GET parameters are included in the URL, which is configured in the various channels the subscribers come from; and that the subscribers fill out the signup form immediately upon arriving from their source. If they navigate elsewhere on the website before returning to the signup form, the information in the URL will no longer be preserved.

Setting up GET parameters

In ITERAS, the setup is done as follows:

  1. In the top left account menu, select 'Fields'

  2. Click on 'New field for' and choose 'Subscribers'

  3. Under short name give it an appropriate name – for example, “GET utm_source”.

  4. Under Features choose 'For internal use only [...]' leave the rest of the options empty and press 'Save'

  5. Go to the given ordering form and open it.

  6. Under Fields click on '+ Add field"

  7. In the pop-up window under Internal fields the field you just created appears. selected it by pressing the button.

  8. Change 'predefined value' to 'GET-parameter in URL' and enter the name of the parameter you wish to save forexample "utm_source" *

  9. If you want to save multiple GET parameters, create additional custom fields, each with its own parameter name.

  10. Remember to choose to hide the field with the GET parameter, as the subscriber should not be able to edit it.

  11. When you are done, remember to press 'Save'

The purpose of saving information about where the subscriber comes from is, of course, to later analyze whether your marketing budget is being spent on the right channels.

What is a GET parameter?

*Let’s say you have a website, yourwebsite.com, and the order form is located at yourwebsite.com/order. If you're advertising on Facebook, your ad can link to the URL yourwebsite.com/order?utm_source=facebook. Here, “utm_source” is the parameter name and “facebook” is its value.

Did this answer your question?