Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Webmaster Resources Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Webmaster Resources Discussion Forum Sitemaps and robots and logfiles -- Oh My! If you have any questions, comments, concerns and/or ideas about the tools currently available to webmasters to make their lives... 'easier'. Here's where you need to be. Know of a good tool? Post it here. Got something funny in your logfiles? Maybe we can help.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-20-2005, 11:25 AM
pagetta's Avatar
WebProWorld Veteran
 

Join Date: Nov 2004
Location: UK
Posts: 505
pagetta RepRank 2
Default conversion tracking confusion

I want to start tracking our conversions in adwords, but am confused as to where to place the tracking script. For us a conversion would be a lead, and a lead consists of the user clicking on a download link, filling in a short form, pressing submit and then a separate php page parses the code to open the relevant document they have chosen. We have about 300 possible downloads, and anyone of these could be classed as a conversion - plus they're PDFs so how would the tracking go on them?!

And advice appreciated thank you
Reply With Quote
  #2 (permalink)  
Old 12-20-2005, 05:54 PM
WebProWorld Pro
 

Join Date: May 2004
Location: Austin, TX
Posts: 199
steve0 RepRank 0
Default

Without asking a bunch of questions about the site...
Some simple ideas might include:
placing a snippet in the top of the landing page(s) that sets a cookie based on the referer (e.g. includes the google adword/keyword, query value.)

Then depending on your goal..
retrieve the cookie and append the value to the end of the url that take the visitor to the download page so it will be visible in the access logs
(parse the download pages from the log and run tools on the data)

or
capture the cookie value on the download page and insert it into a database..

Just an idea.. :)
__________________
Hardcore Programming Solutions and Coffee Drinker
Reply With Quote
  #3 (permalink)  
Old 12-20-2005, 08:44 PM
WebProWorld Member
 

Join Date: Jul 2003
Location: Australia
Posts: 29
Janet RepRank 0
Default

Instead of having the PHP code automatically display the selected PDF, have it display a "thank you for your interest" page that includes the Adwords tracking code and a hyperlink to the selected PDF file. That way, one page covers all your tracking needs.

If you want to get extra clever, you could get the PHP program to write to a log file recording the PDF files that are being selected. It's nothing to do with Adwords tracking but it will allow you to see what topics attract the most interest and target your marketing acordingly. You may already be doing that but it's just an added suggestion.
__________________
Janet Pearson
Technology Matters Australia
Turning your internet goals into reality ...
http://www.technologymatters.com.au
Reply With Quote
  #4 (permalink)  
Old 12-21-2005, 08:35 AM
texxs's Avatar
WebProWorld Veteran
 

Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 332
texxs RepRank 0
Default best bet

Quote:
Instead of having the PHP code automatically display the selected PDF, have it display a "thank you for your interest" page that includes the Adwords tracking code and a hyperlink to the selected PDF file. That way, one page covers all your tracking needs.
That's a way clever idea!
__________________
Take a break and watch some stupid video clips
Reply With Quote
  #5 (permalink)  
Old 12-21-2005, 08:43 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,404
kgun RepRank 3kgun RepRank 3kgun RepRank 3
Default Write a class in Java or PHP.

Write a

Class GoogleAdWordsTracking {

Variables:
Collect the AdWords id (URL) and put it in a (protected) variable.

Collect other (protected) variables of interest, eg URL to the PDF.

Variables that may return values from some of the class methods.

Methods:
Write the methods you need, like identifying the visitors bahaviour on your site, identifying when a valid conversion is fulfilled etc. Every conversion have to go via (use) an GoogleAdWordsTracking object (e.g. related to the PHP form). Collect properties in variables returned from the methods.

Database connection.
Connect to a database and (write methods to) put the variables (properties) in relevant fields (columns) of relevant tables. As an alternative, collect the properties in (a) multidimensional array(s).

Analysis / statistics.
Write methods to automize (statistical) analysis (SQL queries etc) on the properties you have collected. Write the necessary (statistical) functions, that is not already implemented in the language you use (C++, Java or PHP). If you use a database, you can automatize the presentation, that is, reporting methods from the GoogleAdWordsTracking class (objects).

Input from the previous posters.
The previous and subsequent posters ideas may give you additional information on relevant class properties and methods.

Hire a IT student.
If OOP is new to you, hire an IT student to do the job / project.

Conclusion.
If you do this thorougly, you may tap into your visitors behaviour and go beyond tracking AdWords conversion. That may be important for your company's digital branding / Advertising in the future. In a nutshell it is about collecting relevant information, properites (variables) and writing the necessary methods (functions / procedures). A class is nothing more than a template, container or pattern if you want for properties and methods. You may need more than one class (that may interact with each other).

This related post on OOP may give you additional input and relevant references.
Reply With Quote
  #6 (permalink)  
Old 12-21-2005, 03:31 PM
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Mass, U.S.A.
Posts: 434
Conficio RepRank 0
Default use Google analytics

Ho about using Google to track Google

Go to Google Analytics and add the tracking script to all your pages. After that you can define your tracking goals in the application.

Not much special needs of analyzing your own logs.

Hope that was what you were looking for

K<o>
Reply With Quote
  #7 (permalink)  
Old 12-21-2005, 09:56 PM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,404
kgun RepRank 3kgun RepRank 3kgun RepRank 3
Default I thought of

the possibility. I do not use Google analytics myself.

It should be reliable and it is definitely the simple solution.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Webmaster Resources Discussion Forum
Tags: , ,



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

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


Search Engine Optimization by vBSEO 3.2.0