I am making some qrcodes for a client that will link to his website. I want to track the different placements of them (one will be on a brochure and others will be placed at his booth at trades shows). My thought was to have the qrcodes go to different pages that then redirect by php header to the index of the site, ie qrcode on the brochure goes to domain.com/broch2012.php which has a php header location to index.php.
When I tested this over a couple days I noticed the broch2012.php in the recent visitors stats but that page was not showing up in AWstats. 2 questions:
1) does header redirects not get placed in the AWstats data?
2) Is there a better way to do what I am trying to do without using third party sites or qrcode generators (ones that do link tracking)?