-
Hello, I am currently trying to track the user_refererl link that the user is submitting the form. The form is set on the page "example.com", however if there is any UTM tracking for example like "https://www.example.com/utm_source=test&utm_medium=test&utm_id=test" , Is there any possible way to track the WHOLE link?
When I console log my templateParams, I am able to see the whole object with the tracking information when testing, but in the Email.js template when i put {{utmSource}} , {{utmMedium}} etc... it is empty when an email comes in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, const templateParams = {
// your formData params
absoluteURL: window.location.href,
}; |
Beta Was this translation helpful? Give feedback.
Hi,
Yes, sure. You can add something like this