Bob Dylan Official Store
4th Street Baseball Tee
White body and black sleeves with photo and blue Japanese characters.
fbq('track', 'ViewContent', {
content_ids: [ 2248079671399 ],
content_name: "4th Street Baseball 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: [ 2248079671399 ],
content_name: "4th Street Baseball Tee",
content_type: 'product',
value: 30.00,
currency: 'USD'
});
});
});