post https://query.kissmetrics.io/v3/queries
For running an ad-hoc People Search query against Kissmetrics Query API, you will need to generate query params that contain the query's conditions and result columns. In general, a People Search (Identity Search) query is of the form:
- Find a person: "[email protected]"
- Add columns to results:
- property "Amount"'s average value today
Here's how we break the above queries down into filter attributes:
| English | Filter |
|---|---|
| Find a person | type: "identity" |
| "[email protected]" | identity: "[email protected]" |
| Add columns to results | calculations: [<Result Column/Calculation>, ...] |
