st_analyze_filter: Analyze Custom Filter Performance

View source: R/st_custom_fields_workflow.R

st_analyze_filterR Documentation

Analyze Custom Filter Performance

Description

Provides a summary analysis of apps matching a custom filter, including top performers, growth metrics, and category breakdown.

Usage

st_analyze_filter(
  filter_id,
  measure = "DAU",
  regions = "US",
  top_n = 10,
  auth_token = NULL
)

Arguments

filter_id

Character. The custom fields filter ID to analyze

measure

Character. Metric to analyze: "DAU", "revenue", or "units"

regions

Character vector. Region codes (default "US")

top_n

Integer. Number of top apps to show (default 10)

auth_token

Optional. Character string. Your Sensor Tower API token.

Value

A list containing summary statistics and top apps


sensortowerR documentation built on March 18, 2026, 5:07 p.m.