// Get the current URL var currentUrl = window.location.href; // Define an object with mappings of variables to corresponding text fields var fieldMappings = { utm_campaign: 'mx_utm_campaign', utm_medium: 'mx_utm_medium', utm_source: 'mx_utm_source', }; // Loop through the mappings and insert the values into the corresponding text fields for (var param in fieldMappings) { var fieldName = fieldMappings[param]; var match = currentUrl.match(new RegExp('[?&]' + param + '=([^&]+)')); if (match) { var paramValue = match[1]; var textField = document.querySelector('input[name="' + fieldName + '"]'); if (textField) { textField.value = paramValue; } } }
top of page

Upcoming Events

064.jpg

Past Events

VSB has hosted impactful events like Managerial Economics with Prof. Stephen Hickson, a Digital Marketing Tools Seminar, and an engaging PGDM Orientation. Each event enriches learning, fosters industry connections, and prepares students for success.

1713963642015.jpg

Finance Summit

University of Canterbury Visits VSB

IMG_8307.JPG

Degree Convocation

1728300109741.jpg

Introduction to Batch 2024

VISH4757.JPG

PGDM Orientation at VSB

IMG_20230114_114736_edited.jpg

Business Master Class

IMG_20230107_111438_edited.jpg

Digital Marketing Mastery

bottom of page