google analytics - How can I use regex for "contains this word" -


i'm trying setup tracking in google analytics.

the goal url is:

www.example.com/jdsfdf?sdfffs#/thankyou 

every time google analytics sees #/thankyou in url, want attribute conversion.

how can use regex if url contains #/thankyou, it's conversion?

you don't need regex exact string match, if must:

/#\/thankyou/ 

or @sundar points out, may not need escape anything:

#/thankyou 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -