Blog
When something is wrong but you do not know what, the logs have the answer.
A subtle misconfiguration in one tag is the bug that takes hours without method, minutes with.
"Meta CAPI shows 30 percent fewer purchases since Tuesday" is a useful starting point. "Tracking is broken" is not.
| Code | Cause |
|---|---|
| 200/204 | Sent. Issue is downstream. |
| 400 | Malformed payload. |
| 401 | Auth token expired or wrong. |
| 429 | Rate limited. |
| 5xx | Destination problem. |
For ongoing observability, structured logging makes investigation much faster.