Magento Expert Forum - Improve your Magento experience

Results 1 to 7 of 7

Magento Facebook Conversion Tracking Extension

  1. #1
    Junior Member cmsmart's Avatar
    Join Date
    May 2013
    Location
    Vietnam
    Posts
    525
    Thanks
    14
    Thanked 12 Times in 11 Posts

    Thumbs up Magento Facebook Conversion Tracking Extension

    Name:  facebook-conversion-722.jpg
Views: 145
Size:  65.1 KB

    The extension adds facebook conversion tracking on your Magento webstore

    • The extension integrates pixel tracking on order confirmation, cart, registration and contact us pages
    • It provides easy access to manage all the related configurations from admin panel
    • It integrates the conversion tracking effortlessly and accurately without need to modify any template
    • It works with sub-domains and multi-domain websites
    • The extension can be turn off and on as required
    • This module can be completely disabled whenever required via system configuration in admin



    Compatible with community: 1.4.x - 1.9.x and enterprise: 1.8.x - 1.14.x

    LIVE DEMO - DETAILS

    View more threads in the same category:

    Attached Images Attached Images   

  2. #2
    Junior Member Magento Nguyen's Avatar
    Join Date
    Jun 2015
    Posts
    958
    Thanks
    0
    Thanked 13 Times in 13 Posts

    Default

    Great extension ! You also take a look at : Magento Product Images Promotion


    Name:  home.jpg
Views: 73
Size:  127.8 KB

  3. #3
    Junior Member clapcreative's Avatar
    Join Date
    Jul 2015
    Location
    149 Mcafee court , Thousand Oaks CA 91360
    Posts
    115
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default

    Here is an easy hack to track conversions for Shopzilla, PriceGrabber and the likes:

    Open the file: app\design\frontend\XXXX\XXXX\template\checkout\su ccess.phtml

    At the end of the file, add the following code, this will create two variables with the order number and the order total:

    <?php
    //Get Order Number & Order Total
    $order = Mage::getModel('sales/order')->loadByIncrementId(Mage::getSingleton('checkout/session')->getLastRealOrderId());
    $amount = number_format($order->getGrandTotal(),2);
    ?>
    After the above code snippet, copy and paste the tracking code from the third party analytics software of comparison shopping engine. Insert the following variable where they suggest placing the order ID and the order total:

    <?php echo $amount; ?> // Order Total
    <?php echo $this->getOrderId() ?> // Order Number
    Here is a code example for the Shopzilla conversion tracking tool:

    [QUOTE]<script language="javascript">
    var mid = 'XXXXX'; // Your Shopzilla Merchant ID
    var cust_type = '';
    var order_value = '<?php echo $amount; ?>'; // Order Amount
    var order_id = '<?php echo $this->getOrderId() ?>'; //Order Number
    var units_ordered = '';
    </script>

    Or

    you can ClapCreative Magento for fb tracking.

  4. #4
    Junior Member cmsmart's Avatar
    Join Date
    May 2013
    Location
    Vietnam
    Posts
    525
    Thanks
    14
    Thanked 12 Times in 11 Posts

    Default

    Thank for sharing

  5. #5
    Junior Member cmsmart's Avatar
    Join Date
    May 2013
    Location
    Vietnam
    Posts
    525
    Thanks
    14
    Thanked 12 Times in 11 Posts

    Default

    CMSMART offer 15% OFF for this facebook conversion extension with coupon code is: BLESSINGS

  6. #6
    Junior Member cmsmart's Avatar
    Join Date
    May 2013
    Location
    Vietnam
    Posts
    525
    Thanks
    14
    Thanked 12 Times in 11 Posts

    Default

    This is a tool to make your business better with Facebook

  7. #7
    Junior Member cmsmart's Avatar
    Join Date
    May 2013
    Location
    Vietnam
    Posts
    525
    Thanks
    14
    Thanked 12 Times in 11 Posts

    Default

    Hello,

    We offer 15% discount for all extensions with couponcode: TET2016

Bookmarks

Posting Permissions

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