๐Ÿš€ Project MB - System Health

The ROAS Solution That The World Has Been Waiting For...

โœ… ALL ISSUES RESOLVED

๐Ÿ”ง Auto-Generated Brand ID System:

๐Ÿ“‹ Complete API Reference

๐Ÿข Brand Management APIs:

๐ŸŽฏ Experience/Campaign Management:

๐Ÿ“ Template Management:

โš™๏ธ Slot Variant Management:

โšก Bulk Operations:

๐Ÿ“Š Analytics & Session Management:

๐Ÿ”ง Debug & Health:

๐Ÿ‘ค Admin APIs:

๐Ÿงช Live Test URLs

Brand-Aware Testing:

๐Ÿš€ Quick Start Guide

Create Your First Brand & Experience:

Step 1: Create Brand (Auto-Generated ID)
POST https://projmb.dev/api/setup-client
{"brand_name": "Nike Inc", "brand_domain": "nike.com"}
โ†’ Returns: {"brand_id": "BR0001", ...}

Step 2: Create Experience
POST https://projmb.dev/api/create-test-experience
{"brand_id": "BR0001", "experience_id": "PDP", "slots": [{"slot": 1, "variants": 3}]}
โ†’ Creates 3 test templates automatically

Step 3: Test Live
https://mb.nike.com/?mbxp=PDP
โ†’ Serves personalized experience with A/B testing
๐Ÿ”ง Debug Flow:

1. Check all brands
2. Audit KV cache
3. Check R2 structure
4. Test BigQuery connection
5. System health check
๐Ÿงน Cleanup Tools:

Test Cleanup: DELETE /api/bulk-delete-test-brands {"dry_run": true}
KV Only: DELETE /api/cleanup-brand-kv {"brand_id": "BR0001", "confirm_cleanup": true}
Full Delete: DELETE /api/delete-brand {"brand_id": "BR0001", "confirm_delete": true}

๐Ÿ“Š System Status

Last Updated: 2025-06-27T06:37:09.025Z