<?php
// Just include this one file - no need to specify page name
include 'auto_tracking.php';
?>
<!DOCTYPE html>
<html>
<head>
    <title>Contact Us</title>
</head>
<body>
    <h1>Contact Us</h1>
    <p>This will be automatically tracked as "Contact"</p>
</body>
</html>