Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Help installing a tracking pixel

    I am signing up with a Rewards site and they need me to install a tracking pixel in my order confirmation page before the body tag

    I would like to know if it will be as easy as just adding the code or will I have to make some other changes before I add it?
    Thanks

  2. #2
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help installing a tracking pixel

    Also where abouts would I put the code
    checkout confirmation
    checkout success

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help installing a tracking pixel

    You probably don't *need* to put it before the <body> tag. They probably just *like* it there.

    You can easily drop it into your custom tpl_checkout_success_default.php template file in your custom override folder, and that will probably accomplish all they require. If you must put it elsewhere, it becomes more complicated.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help installing a tracking pixel

    Okay so it works putting the link in the file DrByte said to
    but I need to be able to have the order number and total sent to the site aswell
    I have put the tracking pixel below if someone can help me with what to do next that would be excellent

    <img
    src="https://site.com/sl/pid=254&ot=ORDER_TOTAL&on=ORDER_NUM
    BER/sl.gif" width="1" height="1">

    I need something to go in the ORDER_TOTAL and ORDER_NUMBER

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help installing a tracking pixel

    You can get the details from the info I posted on the same basic question here: http://www.zen-cart.com/forum/showthread.php?t=102699
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help installing a tracking pixel

    Hey DrByte

    <img
    src="https://site.com/sl/pid=254&ot=$order_summary['order_total'] &on=$order_summary['order_number'] /sl.gif" width="1" height="1">

    Am I on the right track with this?

  7. #7
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help installing a tracking pixel

    Quote Originally Posted by imperialis View Post
    <img
    src="https://site.com/sl/pid=254&ot=$order_summary['order_total'] &on=$order_summary['order_number'] /sl.gif" width="1" height="1">

    Am I on the right track with this?
    Close, but you missed the final example where I did the work for the other guy in that post.

    Like this:

    Code:
    <img src="https://site.com/sl/pid=254&ot=<?php echo $order_summary['order_total']; ?>&on=<?php echo $order_summary['order_number']; ?>/sl.gif" width="1" height="1">
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help installing a tracking pixel

    Thanks DrByte
    Very much appreciated

  9. #9
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Help installing a tracking pixel

    BIG Thankyou to DrByte
    The tracking pixel is working!!

  10. #10
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help installing a tracking pixel

    You're welcome.

    Don't be afraid to share your appreciation here: http://www.zen-cart.com/index.php?ma...es&pages_id=14
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v151 Affiliate Pixel Tracking - Commision Junction Tracking
    By penamas in forum General Questions
    Replies: 4
    Last Post: 11 Sep 2013, 04:01 PM
  2. How to add a conversion tracking pixel?
    By ulost999 in forum General Questions
    Replies: 0
    Last Post: 21 Sep 2010, 06:13 AM
  3. Replies: 1
    Last Post: 12 Jul 2009, 03:28 AM
  4. Where do I put a tracking pixel for an affilaite network?
    By beejeebers in forum General Questions
    Replies: 2
    Last Post: 27 Nov 2008, 01:48 PM
  5. Tracking pixel for Jumbo affiliates?
    By letshops in forum General Questions
    Replies: 1
    Last Post: 15 Sep 2008, 07:33 AM

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