BLOG

LOCAL FIREFIGHTERS LEARN RESCUE SKILLS AT COHEN SCRAPYARD

Cohen is proud to host members of the West Carrollton Fire Department and neighboring departments at our West Carrollton recycling center on an annual basis for a type of training that we're uniquely suited for! 

Innovation Over Generations: Cohen’s 100 year legacy

4 Simple Ways to Recycle Your Holiday Lights This Year

4 Aluminum Recycling Examples That Aren’t Just Cans

Among the most popular materials that we consume, recycling aluminum saves valuable resources and energy. While many think of aluminum cans first, there's much more to be recycled than that.

10 Kinds of Common Brass to Recycle Today

One of the most commonly recycled metals is an alloy called brass — a combination of copper and zinc with many useful properties. You likely use brass on a daily basis, whether you recognize it or not. This article will help you learn to recognize common examples of brass and be a better, smarter recycler.

11 Recyclable Electronics That Fit In Your Hand

Think about how often you upgrade or replace things like your cell phone, laptop, computer. Now think about all the cables, chargers, and accessories those electronics come with. That adds up to a lot of e-waste!

6 Most Commonly Recycled Non-Ferrous Metals

The scrap value of non-ferrous metal is typically higher on a pound-for-pound basis than ferrous metal, which is traded in tons, not pounds. This means it's useful to know some examples of non-ferrous metals and how to identify them before visiting a non-ferrous scrap dealer with your recycling.

35 Most Commonly Recycled Ferrous Metal Items

There are recyclable items everywhere around you, and recycling them can bring money into your pockets while making the environment cleaner. Each year, tons of scrap are recycled — in 2020, about 4.5 million metric tons of steel alone. Steel is a ferrous metal, and just like its more valuable non-ferrous counterparts, it's highly reusable and can be sold to scrap yards.

5 Things With Motors That Can Be Recycled

A surefire sign something has recyclable metal in it is when it uses a motor. That means everything from your old leaf blower to your broken desk fan. This article will guide you through the four types of motorized objects that you can bring to the scrap yard.

5 Valuable Scrap Metals To Recycle Today

Recycling scrap metal is great for the environment. Recycling metal and repurposing it to make other products saves energy and cuts greenhouse gas emissions, but it can also be good for your wallet. Scrap metal is something that manufacturers rely on and always have a need for, and scrap recyclers like Cohen buy metal from the public to be processed and sold for manufacturing Here is the lowdown on what your high quality metals may be worth. /

Winter Weather Alert

All Cohen recycling centers are open today, January 7, EXCEPT Cohen Lexington and Cohen Walton, which remain closed to retail customers. Thank you for your patience. Stay safe!

ALL COHEN RECYCLING CENTERS WILL BE CLOSED JULY 3-4 FOR THE HOLIDAY.

// GA4 Get Directions Click Tracking Script // Add this script to your website to track "Get Directions" button clicks (function() { 'use strict'; // Make sure gtag is available if (typeof gtag === 'undefined') { console.warn('GA4 Directions Tracking: gtag is not available. Make sure Google Analytics is properly installed.'); return; } // Function to check if element or its parents contain "DIRECTIONS" text function containsDirectionsText(element) { // Check the element itself and traverse up the DOM tree let currentElement = element; while (currentElement && currentElement !== document.body) { const text = currentElement.textContent || currentElement.innerText || ''; if (text.toUpperCase().includes('DIRECTIONS')) { return true; } currentElement = currentElement.parentElement; } return false; } // Function to check if URL contains Google Maps directions function isGoogleMapsDirectionsUrl(url) { return url && url.includes('https://www.google.com/maps/dir/'); } // Function to send GA4 event function sendGA4Event(element, url) { gtag('event', 'get_directions', { 'event_category': 'engagement', 'event_label': url, 'click_text': element.textContent || element.innerText || '', 'click_url': url }); console.log('GA4 Event Sent: get_directions', { 'event_category': 'engagement', 'event_label': url, 'click_text': element.textContent || element.innerText || '', 'click_url': url }); } // Main click handler function handleClick(event) { const element = event.target; // Check if clicked element contains "DIRECTIONS" text if (!containsDirectionsText(element)) { return; } // Get the URL - check href attribute or closest link let url = ''; // If the clicked element is a link if (element.tagName === 'A' && element.href) { url = element.href; } // If the clicked element is inside a link else { const closestLink = element.closest('a[href]'); if (closestLink) { url = closestLink.href; } } // Check if URL contains Google Maps directions if (isGoogleMapsDirectionsUrl(url)) { sendGA4Event(element, url); } } // Wait for DOM to be fully loaded function initializeTracking() { // Add click event listener to document document.addEventListener('click', handleClick, true); console.log('GA4 Directions Tracking: Initialized successfully'); } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initializeTracking); } else { initializeTracking(); } })();