โš ๏ธ This portal contains confidential marketing performance data. Unauthorized access will be reported to Gary from IT.
๐Ÿ”‘ ANALYTICS LOGIN
Password is:
123456
โ€” Gary from IT
P.S. DON'T share this with anyone!!! I already got written up for the Slack incident.
CONFIDENTIAL โ€” DO NOT SCREENSHOT

๐Ÿ“Š ADARCHY ANALYTICS COMMAND CENTERโ„ข

โš ๏ธ CONFIDENTIAL โ€” INTERNAL USE ONLY
If you can read this, Gary already leaked the password
Synergizing data points...
< btn.innerHTML = '๐Ÿ–จ๏ธ Print Report'; btn.disabled = false; }, 4000); }, 3000); }, 2000); }, 1500); } /* โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• SILLY ELEMENTS โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• */ function renderTimeSince(cv) { var entries = sorted(cv); // Fake a "last signup" time โ€” random hours ago proportional to total signups var totalConv = sum(cv); var hoursAgo = totalConv > 0 ? Math.floor(Math.random() * 48) + 1 : 999; var baseTime = Date.now() - (hoursAgo * 3600000); var el = document.getElementById('timeSinceVal'); var quipEl = document.getElementById('timeSinceQuip'); var quips = [ 'Is anyone even out there?', 'The hamsters believe in us.', 'Statistically, someone should sign up soon. Statistically.', 'Every second without a signup, a banner ad cries.', 'At this rate we\'ll break even by the heat death of the universe.', 'Fun fact: this counter costs more to run than our entire marketing budget.', ]; quipEl.textContent = quips[Math.floor(Math.random() * quips.length)]; function tick() { var diff = Date.now() - baseTime; var h = Math.floor(diff / 3600000); var m = Math.floor((diff % 3600000) / 60000); var s = Math.floor((diff % 60000) / 1000); el.textContent = String(h).padStart(2,'0') + ':' + String(m).padStart(2,'0') + ':' + String(s).padStart(2,'0'); } tick(); setInterval(tick, 1000); } function renderInternNotes(visits, clicks, views, plays, conv) { var notes = []; if (visits === 0) notes.push('โ€ข no one has visited the site yet. is it live?? Gary said he "deployed it" but Gary also said he "knows JavaScript"'); if (visits > 0 && clicks === 0) notes.push('โ€ข people are visiting but not clicking banners. the banners need to be MORE BLINKY. I have a theory about seizure-inducing marketing.'); if (clicks > 0 && views > 0) notes.push('โ€ข the click-to-view pipeline is working!! wrote "synergy" on my vision board about this'); if (plays > 0) notes.push('โ€ข ' + commas(plays) + ' activity plays!!! people are actually playing the games. should we be concerned about productivity? asking for myself'); if (plays > views) notes.push('โ€ข more plays than views??? someone is speedrunning the hamster page. RESPECT.'); if (conv > 0) notes.push('โ€ข WE HAVE SIGNUPS. THIS IS NOT A DRILL. (it might be a drill. Gary does drills sometimes.)'); if (conv === 0 && views > 10) notes.push('โ€ข lots of views but zero signups. the funnel is giving "decorative tube"'); if (conv > 5) notes.push('โ€ข ' + conv + ' signups! that\'s enough for a PARTY. I\'m bringing the cake. it will be shaped like a funnel.'); notes.push('โ€ข reminder: I am an unpaid intern and this dashboard is my magnum opus'); notes.push('โ€ข TODO: add more hamsters to everything'); document.getElementById('internNotes').innerHTML = notes.join('
'); } btn.innerHTML = '๐Ÿ“… Schedule Meeting About These Numbers'; btn.disabled = false; }, 4000); }, 2000); } function fakeSlack() { var btn = event.target.closest('button'); btn.textContent = '๐Ÿ’ฌ Posting to Slack...'; btn.disabled = true; setTimeout(function(){ btn.innerHTML = '๐Ÿ’ฌ Posted! Gary replied: "please stop sharing the analytics link"'; setTimeout(function(){ btn.innerHTML = '๐Ÿ’ฌ Share in #marketing-wins'; btn.disabled = false; }, 5000); }, 1500); }