How do I create a web personalization segment based off of utm_term | Community
Skip to main content
New Participant
May 12, 2022
Question

How do I create a web personalization segment based off of utm_term

  • May 12, 2022
  • 1 reply
  • 1204 views

Hey, 

 

We are trying to do web personalization based on utm_term. Would you have any recommendations on the solution? Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Darshil_Shah1
Community Manager
May 12, 2022

The usual UTM parameters best practices apply while setting the UTMs in the URLs, like - using underscores instead of spaces, and avoiding usage of punctuation chars, this reduces the chances of encoding errors by browsers when reading the parameters, and ensure they're correctly identified by the web segment filters too. You would use the Behavioral > Include Pages filter for setting this up. You can multiple values in the filter separated by the ';' character. Filter values support the wild cards and almost in all the cases adding wild cards at both the ends of the UTM in the filter should work ( this is analogous to "contains"), something like *<utm_parameter=example_value>*.