Submit Your Article Forum Rules

Results 1 to 7 of 7

Thread: conversion tracking confusion

  1. #1
    Senior Member
    Join Date
    Nov 2004
    Posts
    510

    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

  2. #2
    Senior Member
    Join Date
    May 2004
    Posts
    199
    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.. :)

  3. #3
    Junior Member
    Join Date
    Jul 2003
    Posts
    21
    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

  4. #4
    Senior Member texxs's Avatar
    Join Date
    Jul 2005
    Posts
    528

    best bet

    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!

  5. #5
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    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.

  6. #6
    Senior Member
    Join Date
    Jul 2003
    Posts
    398

    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>

  7. #7
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    I thought of

    the possibility. I do not use Google analytics myself.

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

Similar Threads

  1. AW: mailto conversion tracking question
    By almer in forum Google AdWords/Google AdSense
    Replies: 2
    Last Post: 09-02-2007, 08:18 AM
  2. conversion tracking worries
    By pagetta in forum Google AdWords/Google AdSense
    Replies: 3
    Last Post: 06-01-2006, 03:42 PM
  3. Conversion Tracking Tool
    By dharrison in forum Google AdWords/Google AdSense
    Replies: 0
    Last Post: 10-17-2005, 05:35 AM
  4. Conversion tracking backlash
    By mawells in forum Google AdWords/Google AdSense
    Replies: 6
    Last Post: 09-14-2004, 08:50 AM
  5. Google conversion tracking
    By bigdoor in forum Google Discussion Forum
    Replies: 2
    Last Post: 08-03-2004, 03:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •