Thread: Tracking sales

Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: Tracking sales

    I keep looking for a solution to this issue. I am able to track the sale without any problem and this script will allow for a dynamic tracking of the sale amount and the order it came from. I need to insert the two variables I am looking for which is total sale and order id.

    The two variables I am using at present are $order_id and $order_total.

    I don't know if this is correct or not. The sale itself is being tracked but I am not getting the order id nor the order total so I assume these variables are not what I am looking for.

    I am also tracking it from the tpl_checkout_default.php page. Maybe I can't even pull those variables from there. I don't know since I am not php literate.

    Thanks in advance for any help you can give me.

    Rick

  2. #2
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Tracking sales

    There is a mod released by Andrew for Google Analytics.

  3. #3
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: Tracking sales

    My tracking software will tell me where they come from and where they end up. What I want to know is what they spend. I want to track my advertising and my search engine referrals.

    Thanks

    Rick

  4. #4
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Tracking sales

    That's what Google Analytics will do once you enable the e-commerce portion and add the code to your shop or use Andrew's mod.

  5. #5
    Join Date
    Dec 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Tracking sales

    What tracking software do you want to use?

    Google Analytics works, but there are many other analytics solutions that work better.

    I found a way to make some modifications and gather that info on the checkout success page, but it will take some modification.

    Let me know where you need to put the code, and I can show you what I did to implement my solution

  6. #6
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: Tracking sales

    It doesn't really matter where I put the code on the checkout success page I just need to know the correct variables to pull.

    Can anyone tell me what the correct variables are for order total and order id?

    Thanks

    Rick

  7. #7
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: Tracking sales

    OK,

    Someone on this board must know the answer to my question.

    Here is the javascript code and instructions from the tracking software I am testing. I have 30 days to decide to keep it or not and really want to know if the dynamic tracking function works correctly. Everything else I have tested works great.
    Enter your shopping cart variable for the sales amount after after the a= variable and your shopping cart variable for the order number after the w= variable:

    Code:
    <!--Start of HTML snippet-->
     < img width=1 height=1 src='http://www.your-domain.com/axroi/conversion.php?t=Sale&a=$SALES-AMOUNT&w=$ORDER-NUMBER'>
     < !--End of HTML snippet-->
    THIS IS WHAT I AM USING WHICH IS ONLY RETURNING THE VARIABLE NAME I SPECIFIED

    Code:
    <!--Start of HTML snippet-->
    < img width=1 height=1 src='http://www.your-domain.com/axroi/conversion.php?t=Sale&a=$order_total&w=$order_id'>
    < !--End of HTML snippet-->
    Enter that code on your order confirmation page. (I have it place on my checkout success page) AxROI will automatically track the correct purchase amount and the order number then.

    Note that the shopping cart variables for the sales amount and the order number are different in different shopping cart solutions. Ask your shopping cart provider for the variables you can use for the sales amount and the order number on your order confirmation page.
    Thanks in advance for anyone who can help me.

    Rick

 

 

Similar Threads

  1. Tracking affiliate sales
    By Lian in forum General Questions
    Replies: 0
    Last Post: 21 May 2008, 10:48 PM
  2. adding sales tracking javascript
    By longstockings in forum General Questions
    Replies: 1
    Last Post: 20 Jul 2006, 03:14 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
  •  
disjunctive-egg