fbq('trackSingle','', 'ViewContent', {
content_ids: [ 6780327755889 ],
content_name: "Songs from Beauty and the Beast Gold LP",
content_type: 'product',
value: 41.99,
currency: 'CAD'
});
// Add item to cart event listener
$(function(){
$(".AddToCart").click(function(){
fbq('trackSingle','', 'AddToCart', {
content_ids: [ 6780327755889 ],
content_name: "Songs from Beauty and the Beast Gold LP",
content_type: 'product',
value: 41.99,
currency: 'CAD'
});
});
});