[UA] Dollar sign ($)

Use the dollar sign to match the preceding, adjacent characters at the end of a string.

For example, end$ matches:

  • Temporarily suspend
  • We’re going off the deep end
  • Match the characters that prepend

However, end$ doesn’t match:

  • Temporarily suspend.
  • We’re going off the deep end.
  • Match the characters that prepend.

The preceding 3 lines all end with nd. rather than the end characters you’re matching with the regular expression.

Use this type of regular expression to create segments, filters, or goal steps that match a URI. For example, if you’re you’re testing the efficacy of a new .htm version page vs. an older .html version, you can identify the versions separately with regular expressions like:

  • email-signup\.htm$
  • email-signup\.html$

Use the slash to escape the dot and ensure that it is interpreted literally.

Was this helpful?

How can we improve it?
true
Choose your own learning path

Check out google.com/analytics/learn, a new resource to help you get the most out of Google Analytics 4. The new website includes videos, articles, and guided flows, and provides links to the Google Analytics Discord, Blog, YouTube channel, and GitHub repository.

Start learning today!

Search
Clear search
Close search
Main menu
77795670763464534
true
Search Help Center
true
true
true
true
true
69256
false
false