Bob Dylan Official Store
Blood on the Tracks Tee
Black or Maroon, unisex tee with Blood on the Tracks album artwork on the front.
fbq('track', 'ViewContent', {
content_ids: [ 4472258789479 ],
content_name: "Blood on the Tracks Tee",
content_type: 'product',
value: 30.00,
currency: 'USD'
});
// Add item to cart event listener
$(document).ready(function(){
$(".AddToCart").click(function(){
fbq('track', 'AddToCart', {
content_ids: [ 4472258789479 ],
content_name: "Blood on the Tracks Tee",
content_type: 'product',
value: 30.00,
currency: 'USD'
});
});
});