How to track the performance of our new tipping configuration using Square Dashboard. This guide covers weekly data collection, what to calculate, and when to take action.
We’re tracking 4 metrics weekly for the first month, then monthly ongoing:
tips-week-of-YYYY-MM-DD.csvOpen the Transactions CSV in Excel, Google Sheets, or Numbers.
What it tells you: What percentage of customers are tipping at all.
How to calculate:
Google Sheets formula (assuming Tip is in column F, data starts row 2, ends row 200):
Total transactions: =COUNTA(A2:A200)
Tipped transactions: =COUNTIF(F2:F200,">"&0)
Participation rate: =COUNTIF(F2:F200,">"&0) / COUNTA(A2:A200)
Format the result as a percentage.
Target: 60%+ Red flag: Below 55% - the configuration may be too aggressive.
What it tells you: Overall tip revenue efficiency across ALL transactions (including non-tippers).
How to calculate:
Google Sheets formula:
Avg tip/ticket: =SUM(F2:F200) / COUNTA(A2:A200)
Target: $1.25+ Baseline (old system): $1.03 Projected: ~$1.36
What it tells you: Which tip button customers select most. This tells us if the anchoring is working.
How to calculate:
Google Sheets approach for dollar-tier orders:
$1 tips: =COUNTIF(F2:F200,1)
$2 tips: =COUNTIF(F2:F200,2)
$3 tips: =COUNTIF(F2:F200,3)
Custom: (everything else that's > $0 and not $1/$2/$3)
What to look for: - $2 should be the most popular (45%+ of tippers) - this means the compromise effect is working - If $1 is the most popular (>35%), the anchoring isn’t shifting behavior - consider testing $1/$2/$4 - If $3 is surprisingly popular (>25%), we may have room to raise options further
What it tells you: Whether the tipping setup is hurting customer perception.
How to track:
Date | Feedback | Positive/Negative
-----------|---------------------------------|------------------
2026-03-25 | "Customer asked why 25%" | Negative
2026-03-27 | "Regular said she likes the $2" | Positive
Red flag: 3+ independent negative complaints within 2 weeks.
Create a simple Google Sheet or Excel file with one row per week:
| Week Starting | Total Tickets | Tipped Tickets | Participation % | Total Tips | Avg Tip/Ticket | Most Popular Button | Notes |
|---|---|---|---|---|---|---|---|
| 2026-03-23 | |||||||
| 2026-03-30 | |||||||
| 2026-04-06 | |||||||
| 2026-04-13 |
Fill this in every Monday morning using the data from Steps 1-2.
After 4 weeks of data, compare against these triggers:
| Signal | What it means | Action |
|---|---|---|
| Participation 60%+ AND avg tip $1.25+ | Configuration is working as designed | Keep current settings, move to monthly tracking |
| Avg tip exceeds $1.60, no complaints | Customers are responding well to anchoring | Consider testing $2/$3/$4 dollar tier for further gains |
| Signal | What it means | Action |
|---|---|---|
| Participation drops below 55% | Suggested amounts feel too high | Lower percentage tier to 15%/18%/22% |
| $1 selected by >35% of tippers | Customers are defaulting to cheapest option | Test $1/$2/$4 (raise the high anchor) |
| 3+ complaints in 2 weeks | Tip screen is creating friction | Reduce percentage ceiling to 22% |
| What you need | Where to find it |
|---|---|
| Total tips for a period | Reporting > Reports > Sales Summary |
| Per-transaction tip data | Reporting > Transactions > Export CSV |
| Change tip settings | Devices > Point of Sale > Checkout > Tips |
| Employee tip breakdown | Team > Team Activity (if using Team Management) |
If we want to isolate the impact of the new configuration from the POS migration itself, we can:
This is optional but gives us cleaner before/after data.
| When | What to do |
|---|---|
| Week 0 (setup) | Configure Square with Smart Anchor settings. Optionally run baseline period first. |
| Weeks 1-4 | Export data and fill tracking sheet every Monday. Watch for red flags. |
| Week 4 | Review all 4 weeks. Decide: hold steady, adjust, or test further optimization. |
| Month 2+ | Move to monthly tracking if metrics are stable. |