update data model/schema for Pendo connector to include new field, isCoreEvent
AnsweredHi.
Pendo has added a very important feature, and corresponding field in data model, that I would like to have as part of the data sync to my data warehouse using the Fivetran Pendo connector.
Here is the information provided by Pendo support on this field:
~~~~~~~~~~~~~~~~~~~~~~~
Documentation on the API endpoint that both you and FiveTran can access: https://developers.pendo.io/docs/?bash#feature
API endpoint: https://app.pendo.io/api/v1/feature
They can look for the attribute "isCoreEvent". Here is an example from my own subscription for one of my features which is a Core Event. I took out some identifying information.
[
{
"createdByUser": {
"id": "xxx",
"username": "xxx",
"first": "Angela",
"last": "Holly",
"role": 2,
"userType": "normal"
},
"createdAt": 1598369627316,
"lastUpdatedByUser": {
"id": "xxx",
"username": "xxx",
"first": "Angela",
"last": "Holly",
"role": 2,
"userType": "normal"
},
"lastUpdatedAt": 1598369627316,
"kind": "Feature",
"rootVersionId": "KoVVjxHh8Bse3Y-SNF8IdznoHUM",
"stableVersionId": "KoVVjxHh8Bse3Y-SNF8IdznoHUM-20200825153347.364269937",
"id": "KoVVjxHh8Bse3Y-SNF8IdznoHUM",
"appId": -323232,
"name": "Button Parent",
"color": "",
"group": {
"id": "",
"name": "",
"description": "",
"color": "",
"length": 0,
"items": null
},
"isCoreEvent": true,
"validThrough": 1612551600000,
"dirty": false,
"eventPropertyConfigurations": [],
"elementPathRules": [
"button:contains('Test Button NOT made by Pendo!')"
],
"appWide": true,
"generateNewCssRegex": true
}
]
~~~~~~~~~~~~~~~~~~
Let me know if you need additional information.
-
Official comment
Hi Darla, Drew from the Product Team here.
Thanks for bringing this new field to our attention. We currently are using the Aggregation endpoint to pull larger groups of data. Did the Pendo team mention if this new field is available through Aggregations?
We will also be doing investigation on our side. I will update here when we have more clarity.
Please sign in to leave a comment.
Comments
1 comment