Book Call

DISCLAIMER: This is NOT for you if your brand can't spend at least ₹50,000/month on paid ads. Kindly don't book the call if that is the case.

DISCLAIMER: This is NOT for you if your brand can't spend at least ₹50,000/month on paid ads. Kindly don't book the call if that is the case.

function getParam(param) { const params = new URLSearchParams(window.location.search); return params.get(param); } document.addEventListener("DOMContentLoaded", function () { const fields = ["utm_campaign", "utm_adset", "utm_ad"]; fields.forEach(function (name) { const input = document.querySelector("input[name='" + name + "']"); if (input) input.value = getParam(name) || ""; }); });