TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29004
2afdb4df Fixed gift-link usage count wiring and display ref https://linear.app/ghost/issue/BER-3746/integrate-gift-link-usage-tracking-with-analytics - the usage hook matched rows on `gift` but the Tinybird pipe returns `gift_link`, so the lookup never found its row and the count was always zero; matched on `gift_link` and added a unit test pinning the pipe->hook column contract, since the Tinybird response is untyped and a rename can't be caught by the compiler - gated the hook on web_analytics_enabled and hid the whole gift-link card when web analytics is off, since the count is web-analytics-derived and meaningless without it - surfaced `loading`/`error` from the hook so the card hides the count while loading or on error instead of rendering a misleading "0"; a resolved zero (no link yet, or a link with no visits) is a valid count and still shows
by Jonatan Sv...
J
Previous page
Previous
Next
Next page