fbq('trackSingle','', 'ViewContent', {
content_ids: [ 7667155730667 ],
content_name: "That Night In Toronto DVD",
content_type: 'product',
value: 14.99,
currency: 'CAD'
});
// Add item to cart event listener
$(function(){
$(".AddToCart").click(function(){
fbq('trackSingle','', 'AddToCart', {
content_ids: [ 7667155730667 ],
content_name: "That Night In Toronto DVD",
content_type: 'product',
value: 14.99,
currency: 'CAD'
});
});
});