Posts

Google Ecommerce Tracking Opencart 3.0

Image
Google Ecommerce Tracking is used to track the Ecommerce related information to your Google Analytics Account. Opencart by default comes with Google Analytics using which you can track: Audiences Acquistion Behaviour etc Basic Analytics Code ( Default with Opencart ): <!– Global Site Tag (gtag.js) – Google Analytics –> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘UA-XXXXXXXX-X’); </script> Ecommerce Tracking Code ( It is not default with Openart ): <!– Google Analytics Ecommerce Tracking Code –> <script type=”text/javascript”> var _gaq = _gaq || []; _gaq.push([‘_setAccount’, ‘<?php echo $ga_account_num;?’]); _gaq.push([‘_trackPageview’]); _gaq.push([‘_addTrans’, ‘<?php echo $grand_total;”?>’, // total – required ‘<?php echo empty($shipping_total) ? 0 : $shipping_total;?>’, // shipping ‘<?php echo $city;?>’, // city ‘<?php echo $zone;?>’, //

Integrate Advanced Facebook Pixel with Opencart

Image
Facebook Pixel Code  help you to track the multiple events on your online store like - Page View - Add to cart - Initiate Checkout - Customer Registration The tracking will help you to create the Facebook ads more correctly and you can easily target your potential visitor and easily convert them to leads In the same way, Facebook also introduced one Advanced matching integration which provides you the customer information like Customer Email, First Name & Last Name which will ultimately lead you to target more and more customers in a more unique way and filter your visitors to the first level only. <script> fbq(‘init’, ‘{facebook-pixel-id}’, { em: ‘{user-email}’, // Values will be hashed fn: ‘{user-first-name}’, // automatically by the pixel ln: ‘{user-last-name}’ // using SHA-256 … }); </script> Now, if you still having a question why use   Advanced Facebook Pixel Code ? Automatic matching increases the audience size and improve the importance and performance of your a

Facebook Pixel Code Important Links

Image
Facebook Pixel Code has been one of the most important javascript codes designed by Facebook to track various occurring events in your online store or website. When running ads through Facebook it is obvious that you want to track the visitor’s activity that visits your website and wants to buy something. In the  Facebook pixel code  provide your full track analysis activity which you can use to filter your ads and target your customer and maximize the chance to convert those to potential leads. Facebook pixel installation  is very easy if you are not a developer/code you can easily integrate it just by pasting below code on your website's header section and get started quickly. It will start tracking your number of pageviews on a daily basis which has been redirected to your site from Facebook. There are many other events like add to cart, initiate checkout, Complete Registration so, in these case you have to be a bit technical to integrate these code to your online store/website

2020 - Must Install Opencart Extensions

Image
Opencart is the best open source platform in which you can launch your ecommerce store very quickly and with cheap cost development. Opencart is now the most widely used ecommerce with many free available plugins which you can download from opencart marketplace very easily as setup as per your requirement. Since, opencart is MVC based framework it is easy for developers to quickly do the changes as per the need of the vendor. MVC makes opencart a strong structure and helps to stand in any condition, i.e. when your store is small and when your store is large with more than a hundred thousand products it works smoothly. Opencart is provided with almost every kind of feature which is used by vendors around the words but, still depending on the need there is always a limitation of everything so, to overcome this limitation we helped you and extracted a list of plugins those are must for your store to analyze the data interacted with your visitors and help you to convert this visitor to lea