Bob Dylan Official Store
Bob Dylan Polo Shirt
fbq('track', 'ViewContent', {
content_ids: [ 2254254571623 ],
content_name: "Bob Dylan Polo Shirt",
content_type: 'product',
value: 40.00,
currency: 'USD'
});
// Add item to cart event listener
$(document).ready(function(){
$("#AddToCart").click(function(){
fbq('track', 'AddToCart', {
content_ids: [ 2254254571623 ],
content_name: "Bob Dylan Polo Shirt",
content_type: 'product',
value: 40.00,
currency: 'USD'
});
});
});