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