Skip to main content

What is the difference between all the handl params?

[handl_original_ref] - original referral - first touch!
[handl_landing_page] - landing page - first touch!
[handl_ip] - ip of the user
[handl_ref] - last touch referral
[handl_ref_domain] - last touch referral - domain only
[handl_url] - last touch url
[handl_url_base] - base URL only of handl_url

Let's say you have a link to your website from google.com to domain.com/page1 And user click from Google, he/she lands on page1 and after that they go to page2 to convert

So it is like Google -> Page1 -> Page2 (Conversion)

The params will populate the following data:

handl_original_ref = Google.com handl_landing_page = domain.com/page1

handl_ref = domain.com/page1 handl_url = domain.com/page2