window.yjDataLayer = window.yjDataLayer || []; function ytag() { yjDataLayer.push(arguments); } const targetingObject = { "type": "yjad_retargeting", "config": { "yahoo_retargeting_id": "J3EQYYKVXI", "yahoo_retargeting_label": "", "yahoo_retargeting_page_type": "", "yahoo_retargeting_items":[ {item_id: '', category_id: '', price: '', quantity: ''} ] } } ytag({ "type": "ycl_cookie", "config": { "ycl_use_non_cookie_storage": true } }); let yahooCurrentUrl = location.href; if (yahooCurrentUrl.match(/products/)) { targetingObject.config.yahoo_retargeting_page_type = 'detail' targetingObject.config.yahoo_retargeting_items = [ { item_id: window.ShopifyAnalytics.meta.product.id, category_id: '', price: window.ShopifyAnalytics.meta.product.variants[0].price / 100, quantity: '' } ] ytag(targetingObject); } else if (yahooCurrentUrl.match(/collections/)) { targetingObject.config.yahoo_retargeting_page_type = 'category' ytag(targetingObject); } else if (yahooCurrentUrl.match(/cart/)) { targetingObject.config.yahoo_retargeting_page_type = 'cart' ytag(targetingObject); } else if (yahooCurrentUrl.match(/search/)) { targetingObject.config.yahoo_retargeting_page_type = 'search' ytag(targetingObject); } else { targetingObject.config.yahoo_retargeting_page_type = 'home' ytag(targetingObject); }