Setting the file. One moment.
Chapter 51 · Investigate Metric
Subchapter 51.8
references/stickiness-playbook.mdMarkdown1 KBView on GitHub
For “DAU/MAU dropped”, “sessions per week fell”, “engagement decayed”.
AssistantStickinessQuery doesn’t support breakdownFilter. Run
posthog:query-stickiness once per segment with property filters on the series, and
compare side-by-side.
posthog:query-stickiness
{
"kind": "StickinessQuery",
"dateRange": { "date_from": "-30d" },
"interval": "day",
"series": [
{
"kind": "EventsNode",
"event": "$pageview",
"properties": [{ "type": "person", "key": "plan", "value": "pro", "operator": "exact" }]
}
]
}Run posthog:query-trends on a key engagement event filtered to that segment, then
posthog:query-trends-actors on the trend. Pull recordings for a handful.
With a sticky and a non-sticky cohort, run posthog:query-trends on candidate core
events scoped to each (filter via properties cohort filter). Events where the two
diverge are the ones driving stickiness.