iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Marketing Strategies Discussion Forum Discuss your marketing ideas, concepts and strategies here. What's working? What isn't?

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2008, 02:48 PM
WebProWorld New Member
 
Join Date: Dec 2003
Posts: 7
richj55 RepRank 0
Default How to capture visitor information

I have some employees who are sending targeted emails that contain links. I want to create a landing page for the link and then be able to capture the visitors information. I want to know the company name, state and how many pages they viewed. Is there a way I can capture this information and have it written to a text file that I can open to gage effectiveness? I don't want to use a form. Any help is appreciated.
Reply With Quote
  #2 (permalink)  
Old 09-10-2008, 05:37 PM
WebProWorld Pro
 
Join Date: Jan 2008
Posts: 290
Tech Manager RepRank 1
Default Re: How to capture visitor information

Using ASP or PHP you can capture a considerable amount of data and pass it to a text file quite easily. It's simple to get the IP address, time of visit, pages visited, browser info, etc., but how do you plan on gathering the company name without input from the site visitor?
__________________
I use Country IP Blocks as added security for my networks and servers.
Reply With Quote
  #3 (permalink)  
Old 09-10-2008, 06:01 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,061
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: How to capture visitor information

Presumably, since you seek to avoid having the respondents provide the desired information, you already know the identity of the recipients of the e-mails.

You need to construct a data base that contains such information, along with a unique Identifier.

Said Identifier needs to be included as a parameter in the URL in the e-mail. On the back end, at the simplest, as that parameter will be included in the data captured by your site's server log, you can extract both it & all associated activity from the log file.
Reply With Quote
  #4 (permalink)  
Old 09-10-2008, 06:06 PM
flhu's Avatar
WebProWorld Member
 
Join Date: May 2008
Location: NY
Posts: 97
flhu RepRank 2
Default Re: How to capture visitor information

Well, it's definitely a process and will probably take longer to set-up than you are expecting.

If you have this information of the people you are emailing, you can assign a user id to each one and include it in the link you send "http://www.domain.com/page.php?id=123213"

You then have this page.php script record the id# when it processes the page.
__________________
I liken SEO to voodoo and make a sacrifice of rum and decapitate a chicken to Papa Legba, spirit of communications and crossroads, before every site launch.
Reply With Quote
  #5 (permalink)  
Old 09-10-2008, 06:12 PM
WebProWorld New Member
 
Join Date: Dec 2003
Posts: 7
richj55 RepRank 0
Default Re: How to capture visitor information

How do applications like demandbase stream get the company name? See it here: Demandbase Stream : Widget Signup : Screen 1
Reply With Quote
  #6 (permalink)  
Old 09-10-2008, 06:19 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,061
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: How to capture visitor information

Quote:
Originally Posted by richj55 View Post
How do applications like demandbase stream get the company name? See it here: Demandbase Stream : Widget Signup : Screen 1
They over-promise.

One can only identify the entity to which a block of IP Addresses is assigned. Even if the subscriber has a static IP Address assigned to them, such information is private.

So, if the visitor is using a machine that belongs to a network operated by a company large enough to own their own block of IP Addresses, then said company can be identified. Beyond that, unless you've some black op connections, you're out of luck.
Reply With Quote
  #7 (permalink)  
Old 09-10-2008, 06:20 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,061
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: How to capture visitor information

Quote:
Originally Posted by flhu View Post
Well, it's definitely a process and will probably take longer to set-up than you are expecting.

If you have this information of the people you are emailing, you can assign a user id to each one and include it in the link you send "http://www.domain.com/page.php?id=123213"

You then have this page.php script record the id# when it processes the page.
Not necessary to process the id# in real-time; it's captured within the server log.
Reply With Quote
  #8 (permalink)  
Old 09-10-2008, 06:36 PM
carol's Avatar
WebProWorld Member
 
Join Date: Jul 2003
Location: New Jersey, USA
Posts: 74
carol RepRank 0
Default Re: How to capture visitor information

Quote:
Originally Posted by flhu View Post
If you have this information of the people you are emailing, you can assign a user id to each one and include it in the link you send "http://www.domain.com/page.php?id=123213"
Can you then continue to track their path through the site, or only their entry page (page.php)? Most of the email service companies (like Constant Contact and Vertical Response) can tell you who clicked through which links in the email. But, they can't tell you where the visitor went after the landing page.

If you wanted to continue to track their path, would you have to attach the id to every link on each page within the site? Or is there something simpler that I'm missing? Thanks!
Reply With Quote
  #9 (permalink)  
Old 09-10-2008, 06:47 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,061
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: How to capture visitor information

Quote:
Originally Posted by carol View Post
Can you then continue to track their path through the site, or only their entry page (page.php)? Most of the email service companies (like Constant Contact and Vertical Response) can tell you who clicked through which links in the email. But, they can't tell you where the visitor went after the landing page.

If you wanted to continue to track their path, would you have to attach the id to every link on each page within the site? Or is there something simpler that I'm missing? Thanks!
That's because 3rd parties such as CC & VR do not have access to your server logs.

For so long as the visitor remains on your site, each page request by that user will bear the same IP Address. Since the initial page request will bear the ID parameter, it's simply a matter of collecting all page requests bearing the same IP Address as the one on the page request bearing a given ID. And, as the log records contain a Time/Date stamp, one can track the specific path that the visitor followed.
Reply With Quote
  #10 (permalink)  
Old 09-10-2008, 07:04 PM
carol's Avatar
WebProWorld Member
 
Join Date: Jul 2003
Location: New Jersey, USA
Posts: 74
carol RepRank 0
Default Re: How to capture visitor information

Oh, right! Of course!
Thanks (for so patiently explaining it!)
Reply With Quote
  #11 (permalink)  
Old 09-10-2008, 07:23 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,061
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: How to capture visitor information

Quote:
Originally Posted by carol View Post
Oh, right! Of course!
Thanks (for so patiently explaining it!)
No problem.

I'm a bit surprised that neither CC or VR is yet offering a log based service that provides full stats for visits generated via their e-mails. (Or, perhaps they are, and I'm unaware of it.)
Reply With Quote
  #12 (permalink)  
Old 09-11-2008, 04:10 AM
WebProWorld Pro
 
Join Date: Oct 2006
Location: A Small Greek Island
Posts: 144
astro RepRank 2
Default Re: How to capture visitor information

At what stage does the concept of "targeted" emails cease being so and turn into spam?

Especially if targeting block or company IP's. You could be reported as a spammer and get the domain part of your email address banned by the ISP's. You may then experience problems with emailing your existing clients!

Companies are experiencing major problems getting their employees away from their inbox and onto achieving actual productivity. In a survey in the UK it was found most people in offices checked their emails a minimum of 20 times a day, some as many as 90 times! This is overkill. The problem comes with emails not associated directly with work. Time spent on frivolous/spam emails passing them on to email fiends, sorry, friends (Freud will explain) within the company and beyond and visiting spurious websites is counter productive in the extreme. IT depts are now filtering what they believe is spam. You could put yourself in a position of not being able to communicate with existing clients. Be careful.

Personally I believe spam clutters up cyberspace and people who initiate it should be shot. (Greek method of removing problems)

But then again always been a touch radical. I suggest for what it is worth you rethink your marketing strategy in the first place.

/astro
__________________
Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.
Reply With Quote
  #13 (permalink)  
Old 09-11-2008, 04:59 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,061
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: How to capture visitor information

Quote:
Originally Posted by astro View Post
At what stage does the concept of "targeted" emails cease being so and turn into spam?
When the recipient's requests that such cease are ignored.

If all were to speak only when spoken to, the world would be silent but got the wind & the waves.
Reply With Quote
  #14 (permalink)  
Old 09-12-2008, 12:30 PM
WebProWorld New Member
 
Join Date: Dec 2003
Posts: 7
richj55 RepRank 0
Default Re: How to capture visitor information

Let me clarify. The "targeted" emails are sent to people who they have made contact with via the phone and who have requested more information be sent to them via email. No spam involved.
Reply With Quote
Reply

  WebProWorld > Marketing > Marketing Strategies Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Could Capture 25% of Ad Market jmiller Google Discussion Forum 1 10-20-2006 10:47 PM
screen capture bsmiffy Graphics & Design Discussion Forum 7 02-09-2006 07:00 AM
Q. How can I capture an OS image by using the Microsoft Sys WPW_Feedbot IT Discussion Forum 0 01-19-2005 06:30 PM
Video Capture sparky_t IT Discussion Forum 7 07-19-2004 11:39 AM
www.capture.artavd.com/capture.html chirowski Submit Your Site For Review 3 12-12-2003 09:50 PM


All times are GMT -4. The time now is 02:50 PM.



Search Engine Optimization by vBSEO 3.3.0