Skip to main content
GET
List analytics event properties

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

event_name
string
required

Name of the event whose property keys to return, exactly as the app tracked it. An event the app never tracked returns an empty list.

app_id
string
required

ID of the app whose analytics to read.

Response

The event's property keys.

Response for event property keys discovery.

event_name
string
required

Name of the event the property keys belong to.

Example:

"checkout_completed"

property_keys
string[]

Property keys the app has sent with this event. Prefix a key with properties. to filter, aggregate, or group by it, which works for keys made up of letters, digits, and underscores.

Example: