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
Post a Comment