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:

EnglishFilter
Find a persontype: "identity"
"[email protected]"identity: "[email protected]"
Add columns to resultscalculations: [<Result Column/Calculation>, ...]
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!