Skip to main content

Community

Connector Improvement: Pull Over Segment Data with Pendo Connector

Answered

Please sign in to leave a comment.

Comments

4 comments

  • Official comment

    Hi Adam Pharr, Calvin from the Product team here!

    Thanks for this request. To clarify, are you looking to pull over Pendo segments to group Visitors and/or Accounts? In addition, can you please send me over a link to Pendo's documentation where this is referenced?

    I agree with Adam. This is an extremely important feature for us currently.  This is NOT the segmentsio metadata object. This would be the aggregated segment groups based on segment ID, with the aggregated visitor IDs within each segment. The endpoint is: https://app.pendo.io/api/v1/aggregation 

    Example API call: 

    {
    "response": {},
    "request": {
    "name": "ExampleAggregation",
    "pipeline": [
    {
    "source": {
    "visitors": null
    }
    },
    {
    "segment": {
    "id": "YDgJrpxQZJx0gxREQHdQx3wKTzE"
    }
    }
    ],
    "requestId": "ExampleAggregation"
    }
    }
     
    For each segment, just replace the ID with the one found in the URL when you select the segment in Pendo. 

    Hi there, is there an update on this please?  Is this something you plan to add?

    @Calvin

    This is the Pendo's official documentation about Segments that link Accounts and visitors based on rules/metadata:

    https://support.pendo.io/hc/en-us/articles/360031862532-Segments

    Currently, we're needing this feature in our company.