Hi , I m working on a eCommerce site . I want to track how many visitors did checkout ,fill the shopping cart etc. Which will be best match types to track this : Head Match or Regular Expression Match checkout urls are like this : /xx/xxxxx?Session_ID=5cfa6d12cae60a057787cd5f28c57994 and session id changes every time. basket urls are like this :/xx/xxxxx?Session_ID=5cfa6d12cae60a057787cd5f28c57994&Screen=BASK and session id changes every time. Can some one explain in details to track these things in Google Analytics ?
It seems that Regular Expression Match is the one you need but I'll need more information to confirm.