Jump to content

[SOLVED] Can you track which search engine users have come from?


spires

Recommended Posts

Hi, thanks for your reply.

 

I've got a few tools that track everything.

Webtrends is one of them.

 

But, It needs to be a bespoke system as it (so far) tracks

if they came from Email, Fax and Adwords.

I now need it to track if they came from a google

search, or another search.

 

I'm building a system that will display a unique code

on each page depening on where they came from,

which page there on and the date.

 

For Example:

Quote 21-3-A = cheap mobile calls - service.php - Adwords

 

This code is then quoted over the phone.

Its the best way of tracking convertions from keyword input

to sales.

 

Sorry for the long explanation.  :)

 

So, if you know of any good articles on how to do it,

that would be great.

 

Thanks

:)

Link to comment
Share on other sites

Hi.

 

I did a search on $_SERVER['HTTP_REFERER']

and found these:

 

$ipaddress = $_SERVER['REMOTE_ADDR'];

$referrer = $_SERVER['HTTP_REFERER'];

$datetime = mktime();

$useragent = $_SERVER['HTTP_USER_AGENT'];

$remotehost = @getHostByAddr($ipaddress);

 

They might help someone else.

 

 

:)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.