How to get Last Source when submitting a form

You are here:
Estimated reading time: < 1 min

As you know, you can have a call to an endpoint when users submit a form from one of our interaction campaigns:

For example:

  • you have email, phone, url and platform in your content form
  • you can also get variables collected by our integration loader. For Source what is important and you might want considering is:
    • UTM params: utm_campaign, utm_content, utm_medium, utm_source and utm_term
    • lastReferrer: **|session.lastReferrer|**

email=**|email|**&phone=**|phone|**&url=**|url|**&platform=**|platform|**&lang=**|session.lang|**&referrer=**|session.lastReferrer|**&utm_campaign=**|session.utm_campaign|**&utm_content=**|session.utm_content|**&utm_medium=**|session.utm_medium|**&utm_source=**|session.utm_source|**&utm_term=**|session.utm_term|**

Using this feature you can save leads into your CRM or get them send to your system.

Was this article helpful?
Dislike 0
Views: 21