# Daily trucking price A/B/C scoreboard -> Telegram, but ONLY when there was at
# least one PAID sale in the look-back window (silent on no-sale days, per
# request). Combines HUMAN clicks (Umami, bot-filtered) + PAID orders per arm.
# Runs as deploy (needs docker exec for psql + reads /opt/performancewest/.env).
# 18:00 UTC (1pm CT) so the day's morning sends + any same-day orders are in.
0 18 * * * deploy python3 /usr/local/bin/coupon_ab_scoreboard.py --days 14 --telegram --arms 20,30,40,0 >> /opt/performancewest/logs/pw-coupon-ab-report.log 2>&1
