Pendo Data Stream Parameters

The Pendo plugin provides configurable data streams to query data from Pendo.

Each configurable data stream exposes a set of parameters that lets you filter the data you retrieve. The following information describes the available configurable data streams and their parameters in detail.

Custom Aggregation Query

Runs a Pendo aggregation query, written in Pendo's own JSON pipeline language. Use it to reach data the other Pendo data streams do not return.

Parameter
Description
Custom aggregation query
Enter an aggregation query, for example:
{
  "requestId": "account-list",
  "pipeline": [
  {
      "source": {
          "accounts": null
      }
  }
  ]
}

Number of Visitor Accounts

Returns how many accounts fall in a Pendo segment over the timeframe. Use it to track the size of a segment as a single number.

Parameter
Description
Segment Id
Enter a segment Id to return.

Was this article helpful?


Have more questions or facing an issue?