Skip to main content Skip to complementary content
Already have an account? Sign in

Pendo (v1)

Last updated: 9/15/2026

Pendo integration summary

Stitch’s Pendo integration replicates data using the Pendo v1 API. Refer to the Schema section for a list of objects available for replication.

Pendo feature snapshot

A high-level look at Stitch's Pendo (v1) integration, including release status, useful links, and the features supported in Stitch.

STITCH
Release status

Released on July 26th, 2023

Supported by

Stitch

Stitch plan

Standard

API availability

Available

Singer GitHub repository

singer-io/tap-pendo

REPLICATION SETTINGS
Anchor Scheduling

Supported

Advanced Scheduling

Supported

Table-level reset

Unsupported

Configurable Replication Methods

Unsupported

DATA SELECTION
Table selection

Supported

Column selection

Supported

Select all

Supported

TRANSPARENCY
Extraction Logs

Supported

Loading Reports

Supported

Connecting Pendo

Pendo setup requirements

To set up Pendo in Stitch, you need:

  • Admin privileges in Pendo. These privileges are required to create an integration key, which Stitch needs to successfully connect to your Pendo account.

Step 1: Create a Pendo integration key

  1. Sign into your Pendo account as a user with Admin privileges.
  2. Click Settings > Integrations.
  3. On the Integrations page, click the Integration Keys tab.
  4. Click + Add Integration Key.
  5. In Description field of the window that displays, enter a description. For example: Stitch
  6. Click Create.

The integration key will dispay in the Key column:

Highlighted Key column and integration key in the Integration Keys tab of the Pendo web app
Highlighted Key column and integration key in the Integration Keys tab of the Pendo web app

Keep the integration key handy - you’ll need it to complete the setup in the next step.

Step 2: Add Pendo as a Stitch data source

  1. Sign into your Stitch account.
  2. On the Stitch Dashboard page, click the Add Integration button.

  3. Click the Pendo icon.

  4. Enter a name for the integration. This is the name that will display on the Stitch Dashboard for the integration; it’ll also be used to create the schema in your destination.

    For example, the name “Stitch Pendo” would create a schema called stitch_pendo in the destination. Note: Schema names cannot be changed after you save the integration.

  5. In the Period field, select how you want data for event tables to be aggregated:

    • Day - Data will be aggregated by day
    • Hour - Data will be aggregated by hour

    Note: The Period field is configured during integration creation. Once set, this Period field will remain disabled on the edit page. Refer to the Event replication section for more info.

  6. In the X Pendo Integration Key field, paste the integration key you created in Step 1.
  7. Optional: If you want to extract data for specific apps, enter a comma-separated list of app IDs in the App Ids field. If this field is empty, Stitch will extract data for all apps available in your Pendo account.
  8. Optional: Check the Inlude Anonymous Visitors checkbox to have Stitch include anonymous vistors in replication.

Step 3: Define the historical replication start date

The Sync Historical Data setting defines the starting date for your Pendo integration. This means that data equal to or newer than this date will be replicated to your data warehouse.

Change this setting if you want to replicate data beyond Pendo’s default setting of 1 year. For a detailed look at historical replication jobs, check out the Syncing Historical SaaS Data guide.

Step 4: Create a replication schedule

In the Replication Frequency section, you’ll create the integration’s replication schedule. An integration’s replication schedule determines how often Stitch runs a replication job, and the time that job begins.

Pendo integrations support the following replication scheduling methods:

To keep your row usage low, consider setting the integration to replicate less frequently. See the Understanding and Reducing Your Row Usage guide for tips on reducing your usage.

Step 5: Set objects to replicate

The last step is to select the tables and columns you want to replicate. Learn about the available tables for this integration.

Note: If a replication job is currently in progress, new selections won’t be used until the next job starts.

For Pendo integrations, you can select:

  1. Individual tables and columns

  2. All tables and columns

Click the tabs to view instructions for each selection method.

  1. In the integration’s Tables to Replicate tab, locate a table you want to replicate.
  2. To track a table, click the checkbox next to the table’s name. A blue checkmark means the table is set to replicate.

  3. To track a column, click the checkbox next to the column’s name. A blue checkmark means the column is set to replicate.

  4. Repeat this process for all the tables and columns you want to replicate.
  5. When finished, click the Finalize Your Selections button at the bottom of the screen to save your selections.
  1. Click into the integration from the Stitch Dashboard page.
  2. Click the Tables to Replicate tab.

  3. In the list of tables, click the box next to the Table Names column.
  4. In the menu that displays, click Track all Tables and Fields:

    The Track all Tables and Fields menu in the Tables to Replicate tab
    The Track all Tables and Fields menu in the Tables to Replicate tab

  5. Click the Finalize Your Selections button at the bottom of the page to save your data selections.

Initial and historical replication jobs

After you finish setting up Pendo, its Sync Status may show as Pending on either the Stitch Dashboard or in the Integration Details page.

For a new integration, a Pending status indicates that Stitch is in the process of scheduling the initial replication job for the integration. This may take some time to complete.

Free historical data loads

The first seven days of replication, beginning when data is first replicated, are free. Rows replicated from the new integration during this time won’t count towards your quota. Stitch offers this as a way of testing new integrations, measuring usage, and ensuring historical data volumes don’t quickly consume your quota.

Pendo replication

Event replication

Applicable event tables

The info in this section applies to the following tables:

Data aggregation for events

Pendo’s API allows data for event tables to be aggregated by day or by hour. In Stitch, this is controlled using the Period setting.

When the Period setting is set to:

  • Day, each row of event data will pertain to a specific day
  • Hour, each row of event data will pertain to a specific hour of a given day

Pendo table reference

accounts

The accounts table contains info about your customer accounts in Pendo.

Replication Method

Key-based Incremental

Primary Key

account_id

Replication Key

lastupdated

Useful links

Pendo documentation

accounts schema on GitHub

Pendo API method

events

The events table contains info about events recorded in your Pendo account.

Note: The Period setting you define during setup determine how this table is replicated, including the field used as a Replication Key. Refer to the Replication section for more info.

Replication Method

Key-based Incremental

Primary Keys

account_id

server

remote_ip

Useful links

Pendo documentation

events schema on GitHub

Pendo API method

feature_events

The feature_events table contains info about feature events recorded in your Pendo account.

Note: The Period setting you define during setup determine how this table is replicated, including the field used as a Replication Key. Refer to the Replication section for more info.

Replication Method

Key-based Incremental

Primary Keys

account_id

server

remote_ip

visitor_id

day

feature_id

user_agent

Useful links

Pendo documentation

feature_events schema on GitHub

Pendo API method

features

The features table contains info about app features listed in your Pendo account.

Replication Method

Key-based Incremental

Primary Key

id

Replication Key

last_updated_at

Useful links

Pendo documentation

features schema on GitHub

Pendo API method

guide_events

The guide_events table contains info about guide events recorded in your Pendo account.

Note: The Period setting you define during setup determine how this table is replicated, including the field used as a Replication Key. Refer to the Replication section for more info.

Replication Method

Key-based Incremental

Primary Keys

account_id

browser_time

guide_id

guide_step_id

remote_ip

type

url

visitor_id

Replication Key

browser_time

Useful links

Pendo documentation

guide_events schema on GitHub

Pendo API method

guides

The guides table contains info about the guides in your Pendo account.

Replication Method

Key-based Incremental

Primary Key

id

Replication Key

last_updated_at

Useful links

guides schema on GitHub

Pendo API method

metadata_accounts

The metadata_accounts table contains info about the metadata schema used for account objects in your Pendo account.

metadata_visitors

The metadata_visitors table contains info about the metadata schema used for visitor objects in your Pendo account.

page_events

The page_events table contains info about page events recorded in your Pendo account.

Note: The Period setting you define during setup determine how this table is replicated, including the field used as a Replication Key. Refer to the Replication section for more info.

Replication Method

Key-based Incremental

Primary Keys

account_id

server

remote_ip

visitor_id

day

page_id

user_agent

Useful links

Pendo documentation

page_events schema on GitHub

Pendo API method

pages

The pages table contains info about specific pages in your Pendo app.

Replication Method

Key-based Incremental

Primary Key

id

Replication Key

last_updated_at

Useful links

Pendo documentation

pages schema on GitHub

Pendo API method

poll_events

The poll_events table contains info about poll events recorded in your Pendo account.

Note: The Period setting you define during setup determine how this table is replicated, including the field used as a Replication Key. Refer to the Replication section for more info.

Replication Method

Key-based Incremental

Primary Keys

account_id

remote_ip

visitor_id

browser_time

poll_id

Replication Key

browser_time

Useful links

Pendo documentation

poll_events schema on GitHub

Pendo API method

track_events

The track_events table contains info about the track events recorded in your Pendo account.

Note: The Period setting you define during setup determine how this table is replicated, including the field used as a Replication Key. Refer to the Replication section for more info.

Replication Method

Key-based Incremental

Primary Keys

account_id

remote_ip

server

visitor_id

day

track_type_id

user_agent

Useful links

Pendo documentation

track_events schema on GitHub

Pendo API method

track_types

The track_types table contains info about

Replication Method

Key-based Incremental

Primary Key

id

Useful links

track_types schema on GitHub

Pendo API method

visitor_history

The visitor_history table contains info about visitor activity.

Replication Method

Key-based Incremental

Primary Key

visitor_id

Replication Key

modified_ts

Useful links

Pendo documentation

visitor_history schema on GitHub

Pendo API method

visitors

The visitors table contains info about the visitors recorded in your Pendo account.

Replication Method

Key-based Incremental

Primary Key

visitor_id

Replication Key

lastupdated

Useful links

Pendo documentation

visitors schema on GitHub

Pendo API method

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!