← All posts

What national prize-draw campaigns teach you about traffic spikes

The twenty-minute month

Campaign infrastructure has one defining property: the traffic does not arrive politely. A TV spot airs, an influencer posts, and a site that saw a hundred visitors an hour sees a month of traffic in twenty minutes. I have built the mechanics behind national activations for brands everyone in Greece knows - OPAP, Coca-Cola, Schweppes, AVIS - through the agencies that hold those accounts. There is no room to fail quietly when the brand on the page is a household name.

What has to be true before the spot airs

  • The fragile parts are pre-computed. Anything that can be a static file, becomes one. The dynamic surface - the quiz answer, the draw entry - shrinks to the smallest possible endpoint.
  • The database is protected from the crowd. Entries queue and settle; the response to the visitor never waits for the slowest layer.
  • Fairness is enforced by design. Weighted answers, one-entry rules, wait-for-competition gates - prize mechanics are legal machinery, and "the site double-counted" is not an acceptable sentence.
  • Failure is rehearsed. What exactly happens if the confirmation email provider dies during peak? If the answer is a shrug, it will be a headline.

What e-shops should steal

Most businesses have their own campaign moments - Black Friday, a sale, one TikTok that lands. The campaign lessons transfer directly: know your peak multiple (10x? 50x?), pre-compute the paths that will be hammered, decide the queue behaviour BEFORE it queues, and load-test the checkout, not the homepage. The homepage never falls over first.

Spikes are a feature of success. Being ready for them is a build decision, not a hosting bill. If a big moment is coming for your brand, plan the mechanics before the media budget - the media is wasted if the site folds.