Groups
Groups
Sign in
Groups
Groups
google-analytics-analyticsjs
Conversations
About
Send feedback
Help
is this the correct general expression?
16 views
Skip to first unread message
Vincent Woux
unread,
Oct 13, 2015, 2:43:32 AM
10/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-analyticsjs
I'm using:
.*/recharge#/buy/ok/
(\w*|(\w+%?\d+?\w+?)|(\w+%?\d+?\w+%?\d+?\w+)|(\w+%?\d+%?\d+\w+%?\d+?)|(\w+.\w+)|(\w+%?\d+\w+%?\d+\w+%?\w+))
/
(\w*|(\w+%?\d+?\w+?)|(\w+%?\d+?\w+%?\d+?\w+)|(\w+%?\d+%?\d+\w+%?\d+?)|(\w+.\w+)|(\w+%?\d+\w+%?\d+\w+%?\w+))
website.com/recharge#/buy/ok/
2000
/
1444633877
where:
2000 = payment method, can also be any other 4 digit code
1444633877 = unique payment id
Other options:
A: .*/recharge#/buy/ok/d{4}/d{10}
B: .*/recharge#/buy/ok/*
C:
www.domain.com/recharge#/buy/ok/(.*)
D:
www.domain.com/recharge#/buy/ok/(.*)/(.*)
Any ideas?
Thanks!
Reply all
Reply to author
Forward
0 new messages