Pendo Walkthrough
  • 3 Minutes to read
  • Dark
    Light
  • PDF

Pendo Walkthrough

  • Dark
    Light
  • PDF

Article Summary

Pendo API version 1 is currently supported

This page provides a general description of Pendo and its capabilities.

Introduction

Pendo is a data analytics tool designed to assist software companies in creating products that are appealing to customers.

Connection

An Integration Key is used to authenticate requests. After the subscription is activated, admins can create and manage those keys.

Reports

Customization

You can create a custom report and select a specific report to pull from the Pendo API after you've established a connection.
The following figure provides an overview of the various custom reports:

Screenshot 2022-01-03 183842.png

Filters
Different parameters can be used to filter some of the reports (although only one parameter can be selected at a time):

PendoFilterBy.png

After selecting a filter, press on Click To Select and wait for the necessary data to be fetched, in a drop-down box. Choose all of the IDs for which you require data from:

PendoFilterAccount.png

Note
Leaving this field empty has the same effect as choosing All

Incremental Function
Some of the reports are incremental (pulled by time spans), hence one of the following extract methods may be used:

ExtractMethod.png

If the incremental option is selected, the following date rage options will be available (as seen in the next figure):

image.png
Note

  • Start date is mandatory.
  • Data can be retrieved for the date range specified between the start and finish dates.
  • If you leave the end date blank, the data will be pulled at the current time of the river's run.
  • Dates timezone : UTC time.
  • Use the Last Days Back For Each Run option to gather data from a specified number of days prior to the selected start date.retrete

Now You may divide the calls into separate chunks to make the request process easier:

SplitChunks.png

When Should You Use It?

Use divide by chunks when the data you're pulling is large, especially if you're hitting sizing or timeout limits.

Visitors History
This report may only be requested for a single ID, making it impractical to obtain statistics for a large number of visitors. This implies that IDs must be chosen because collecting all visitors would take a long time.
Furthermore, the requests are limited to the last 180 days and are made for a single 24-hour period beginning on a specific day. To obtain a period of time, select a beginning and ending date, and a separate request will be sent automatically for each day in between.

Details

The API requests are performed by either a POST method using the endpoint https://app.pendo.io/api/v1/aggregation and a specific MongoDB-like query JSON body, or a GET method using a specific URI for https://app.pendo.io.

ReportFiltersIncremental
AccountsAccount IDNo
VisitorsAccount ID, Visitor IDNo
Visitors HistoryVisitor IDYes
EventsAccount ID, Visitor IDYes
Feature EventsAccount ID, Feature ID, Visitor IDYes
Page EventsAccount ID, Page ID, Visitor IDYes
Track EventsAccount ID, Track Type, Visitor IDYes
Features-No
Guides-No
Pages-No
Resports-No
Track Types-No

Hard Delete Feature
Microsoft-SQL Change Tracking with Snowflake target rivers now features the new 'Include Deleted Rows' functionality!

To activate "Include Deleted Rows", follow these steps:

  1. In Microsoft SQL Server river, click on Schema.

  2. Choose a dedicated Source Table.

  3. Select Table settings.

  4. Check Initiate Migration, and then Overwrite Table Migration to match the existing database in SQL Server with the Snowflake table (optional).

NOTE:

Skip this step if you want to keep working with the data in Snowflake that has been marked as deleted.

After the first Initiate Migration is completed, The checkbox is de-checked.

  1. Click Include Deleted Rows.

NOTE:

If 'Include Deleted Rows' is selected, the river will retrieve all changes from the Change Tracking table, including deleted rows.

It also adds a '__DELETED' column to indicate if the row was deleted or not from the source table.

  1. Enable Remove Deleted Rows (optional).

NOTE:

This option is permitted only by selecting 'Upsert - Merge' in Loading Mode, as seen here:

WARNING:

By enabling 'Remove Deleted Rows', all rows having the status 'True' (Delete) will be eliminated and removed from Snowflake target table.

  1. Click Run.

  2. Connect to Snowflake.


Was this article helpful?