Mobile app version of vmapp.org
Login or Join
Pierce454

: Google Analytics Goal Destination Regex I'm using a destination goal in Google Analytics to capture region specific success pages (like /en/contact-us/thanks.aspx and /de-DE/contact-us/thanks.aspx),

@Pierce454

Posted in: #GoogleAnalytics #RegularExpression

I'm using a destination goal in Google Analytics to capture region specific success pages (like /en/contact-us/thanks.aspx and /de-DE/contact-us/thanks.aspx), but I would also like to set up a goal that would count all goals regardless of region for URLs that end with /contact-us/thanks.aspx.
I tried variations of /(thanks.aspx)$ with no luck. What is the correct way to format that regex?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Pierce454

2 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

Make sure you have Regex matching type selected, and enter as the destination:

^.*/contact-us/thanks.aspx$


You can use real times conversions to check if it's working.

10% popularity Vote Up Vote Down


 

@Rivera981

Just put /contact-us/thanks.aspx and it should work.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme