Best tracking
I'm trying to figure out the best way to track a code across multiple pages/domains, and trying to keep it as accurate as possible.
PHP query string - but some people can strip the codes.
PHP cookie - but some people block cookies.
PHP sessions - I'm not sure if it tracks across domains.
Hidden form fields - requires JavaScript.
Any thoughts welcome.
|