|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| 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. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
|||
|
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 |
|
||||
|
Quote:
__________________
Take a break and watch some stupid video clips |
|
||||
|
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. |
|
|||
|
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> |
|
||||
|
the possibility. I do not use Google analytics myself.
It should be reliable and it is definitely the simple solution. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |