Track http domain referer
- by tony noriega
Can i track the http referer with javascript, and append a variable to the URL string to store into a dbase?
or could i track a cookie that the user gets?
(very layman's terms here, sorry)
if http referrer is domain.com
add to url '&referer=google'
which should stay with them during their session.
OR
when a user clicks my Google adwords ad. they get a cookie with a referring domain in it.
try to read that cookie, and append the same variable.
any thoughts?