regex - Regular Expression Match for Google Analytics Goal Tracking -


i have coupon request form on every page on website, when coupon form submitted taken same page on additional "?coupon=sent" parameter added query string. able track page url wiht ?coupon=sent on end goal. currently, have this:

/[^.][.php][\?coupon\=sent]+

which not seem doing trick. ideas?

use one:

/\?coupon=sent/ 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -