The Things We Hide — Launch Scoreboard

Live Book Launch Scoreboard

The Things
We Hide

Every book purchased is a wall torn down. Watch the community grow in real time as leaders choose authenticity over armor.

📅 May 12, 2026 ✍️ Tyler Dickerhoof
The Things We Hide book cover
📊

Connect Google Sheets via Zapier

Paste your Google Apps Script Web App URL below. This is a one-time 2-minute setup — see the instructions below. Once connected, Zapier writes to your sheet and this board refreshes automatically every 60 seconds.

Not connected
One-time setup — about 2 minutes
  1. Open your Google Sheet. Make sure columns are: Name | Location | Copies (row 1 = headers, data from row 2)
  2. Click Extensions → Apps Script
  3. Delete any existing code and paste this exactly:
    function doGet() {
      var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
      var data  = sheet.getDataRange().getValues();
      var rows  = [];
      for (var i = 1; i < data.length; i++) {
        if (data[i][0]) rows.push({ name: String(data[i][0]), loc: String(data[i][1]||''), books: parseInt(data[i][2])||0 });
      }
      return ContentService.createTextOutput(JSON.stringify(rows))
        .setMimeType(ContentService.MimeType.JSON);
    }
  4. Click Deploy → New deployment
  5. Type: Web app · Execute as: Me · Who has access: Anyone
  6. Click Deploy, authorize when prompted, then copy the Web app URL
  7. Paste that URL above and click Connect

Total Copies Sold

0

books in the world

Leaders Reached

0

through gifting

Champions

0

on the scoreboard

Launch Goal — 5,000 Copies

0%

250 500 1,000 2,500 5,000 🎯

Top Champions

Join the Board

Add your name and the number of copies you're gifting. Every book sent is a wall torn down for someone hiding behind it.