Track Listings: 1 A Hard Day's Night 2 I Should Have Known Better 3 If I Fell 4 I'm Happy Just To Dance With You 5 And I Love Her 6 Tell Me Why 7 Can't Buy Me Love 8 Any Time At All 9 I'll Cry Instead 10 Things We Said Today 11 When I Get Home 12 You Can't Do That 13 I'll Be Back
fbq('trackSingle','', 'ViewContent', {
content_ids: [ 6780328050801 ],
content_name: "A Hard Day's Night",
content_type: 'product',
value: 39.99,
currency: 'CAD'
});
// Add item to cart event listener
$(function(){
$(".AddToCart").click(function(){
fbq('trackSingle','', 'AddToCart', {
content_ids: [ 6780328050801 ],
content_name: "A Hard Day's Night",
content_type: 'product',
value: 39.99,
currency: 'CAD'
});
});
});