Bob Dylan Official Store
Blood on the Tracks Hoodie
Black Bob Dylan hooded sweatshirt, unisex sizing with Blood on the Tracks album cover art.
fbq('track', 'ViewContent', {
content_ids: [ 4472265736295 ],
content_name: "Blood on the Tracks Hoodie",
content_type: 'product',
value: 55.00,
currency: 'USD'
});
// Add item to cart event listener
$(document).ready(function(){
$(".AddToCart").click(function(){
fbq('track', 'AddToCart', {
content_ids: [ 4472265736295 ],
content_name: "Blood on the Tracks Hoodie",
content_type: 'product',
value: 55.00,
currency: 'USD'
});
});
});