Javascript Tagging Library: Track Add2Cart
Overview
Instructions to send "Add to Cart" clicks information using the Javascript Tagging Library.
Step-by-step guide
This event must be triggered when any product is added to cart from search result page or from product detail page after a search. At that moment, the function trackAdd2Cart should be executed.
trackAdd2Cart
Use this function to send information when a user clicks on an "Add to Cart" button.
trackAdd2Cart(terms, page, position, productid, title, url, options, callback)Parameters and options configuration
Please refer to the trackClick parameters and options configuration.
Code sample
empathyTAG.trackAdd2Cart('test', 1, 3, "My product id", 'My product title', 'http://MY_PRODUCT_URL.com',{lang:'en','scope:'testscope'},function(){});