www.domain.com/home/processform/thankyou?order_id=9653&order_value=mobilebrand
as the the final URL for thank you page with unique ID.
^/thankyou$
as RegEx - will this work to count the goal?
www.domain.com/home/processform/thankyou?order_id=9653&order_value=mobilebrand
as the the final URL for thank you page with unique ID.
^/thankyou$
as RegEx - will this work to count the goal?
one can use the below which will only match "/thankyou" or "/thankyou/" in any given URL
regex
\/thankyou\/?