The way you have the main insert on the page the MRT will not occur, this is because you have a redirect specified in this insert server behavior and the redirect is occurring before the MRT does.
line 52: $WA_redirectURL = "products_Results.php";
You can edit the server behavior or just remove the value from this line. It should then let the MRT server behaviors run.