Your journey is logged. Get paid, get safe, get messy.
Your journey is logged. Get paid, get safe, get messy.
Your journey is logged. Get paid, get safe, get messy.
Your journey is logged. Get paid, get safe, get messy.
Your journey is logged. Get paid, get safe, get messy.
High-contrast, unapologetic, survival-driven portal for men-only queer community.
High-contrast, unapologetic, survival-driven portal for men-only queer community.
High-contrast, unapologetic, survival-driven portal for men-only queer community.
High-contrast, unapologetic, survival-driven portal for men-only queer community.
High-contrast, unapologetic, survival-driven portal for men-only queer community.
Campaign Events: Track & POST
<script>
(function() {
function getParam(name) {
const url = new URL(window.location.href);
return url.searchParams.get(name)||’’;
}
const data = {
affiliate: getParam(‘affiliate’),
campaign: getParam(‘campaign’),
qr_id: getParam(‘qr_id’),
timestamp: new Date().toISOString(),
user_agent: navigator.userAgent
};
fetch(‘[MAKE.COM_WEBHOOK_URL]’, {
method: ‘POST’,
headers: {‘Content-Type’: ‘application/json’},
body: JSON.stringify(data)
});
if(data.affiliate) {
document.getElementById(‘affiliate-greeting’).textContent = ‘Welcome, ‘ + data.affiliate;
}
})();
</script>
<div id=”affiliate-greeting”> </div>