Which thumbnails are rising or falling
get_thumbnail_momentumCompare each thumbnail's QPTR to its own earlier half to identify climbing, sliding, or flat trends. Use it to decide which thumbnails to replace when one underperforms.
Instructions
Per-thumbnail direction over a window: whether each one's QPTR is climbing, sliding or flat, compared against its own earlier half rather than against the others. Use it to decide what to drop when a game's overall numbers are fine but something in the set is dragging. Needs stored history, so a game added recently will have nothing to compare.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game name or universe id. | |
| range | No | Window to compare across. Defaults to 7d. | |
| includeInactive | No | Also cover inactive variants. Defaults to false. |