Skip to content

Social Media Certification Within Your Degree


CW has teamed up with DMI, Digital Marketing Institute, the global standard in professional digital marketing education, to offer Social Media Certification within your degree!

DAY COLLEGE:

3 Degree tracks to choose from:
BACHELOR’S DEGREE
Interactive Digital Media and Marketing Degree
Business Administration

ASSOCIATE DEGREE
Business Administration – Management and Marketing

EVENING COLLEGE:

2 Degree tracks to choose from:
BACHELOR’S DEGREE
Business Administration
ASSOCIATE DEGREE
Business Administration – Management and Marketing

Certification levels vary based upon degree level.

SOME OF THE SKILLS YOU CAN LEARN:
Consumer Behavior in the Digital World • Digital Branding & Content Marketing • Search Engine Optimization (SEO) • Paid Search (PPC) • YouTube and Display Advertising • Email Marketing • Website
Optimization • Strategy and Google Analytics • And SO, SO much more!

CALL: 914-831-0200 or fill out the form

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });