Skip to content

Activation growth data

projectId
required
string
startDate
string format: date

Inclusive window start (YYYY-MM-DD). Parsed with parseDateRangeParams; when either startDate or endDate is missing/invalid the route falls back to a rolling default window (30 days for events/visits/attribution, 7 days for growth).

endDate
string format: date

Inclusive window end (YYYY-MM-DD). See startDate for fallback behavior.

Activation data. histogram always has exactly 4 entries in fixed order with the literal bucket labels “<1h”, “1h-24h”, “1d-7d”, “>7d” (analytics.ts:626-631). trend[].count is a CONVERSION PERCENTAGE (1 decimal), not a count — the key name is misleading but that is what the code produces. _meta.activationEvents is the configured activation-stage successEvents array (may be empty when the project has no growth definition). Error path (500): {error, detail}.

Media typeapplication/json
object
histogram
required
Array<object>
>= 4 items <= 4 items
object
bucket
required
string
Allowed values: <1h 1h-24h 1d-7d >7d
count
required
integer
trend
required
Array<object>
object
date
required

UTC YYYY-MM-DD

string
count
required

Conversion rate percent (1 decimal), NOT a count.

number
_meta
required
object
scope
required
string
Allowed values: EVENT SESSION VISITOR IDENTIFIED_USER ACCOUNT
scopeLabel
required
string
activationEvents
required
Array<string>

Load failed.

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
json
{}