[source-pardot] ## Add tagobject stream to Pardot source connector #74703
Replies: 2 comments
-
|
Hi lukewatters-airbyte, thank you for opening this discussion! This is a well-documented feature request. The Since the I'll follow up shortly with a tracking link. Need more help? Join Airbyte Community Slack for peer support, or if you're a Cloud customer, open a support ticket referencing this URL. This message is generated from Devin.ai (internal session link). |
Beta Was this translation helpful? Give feedback.
-
|
This feature request has been escalated to the internal team for review and prioritization. This issue is being tracked internally: https://github.com/airbytehq/oncall/issues/11576 This message is generated from Devin.ai (internal session link). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem / Current Behavior
The Pardot source connector does not currently support the
tagobjectstream. This stream serves as a junction table in Pardot’s data model, linking tags to the objects they’re applied to (emails, prospects, etc.). Without this stream, users cannot associate tags with the records they belong to, making the Tags table largely unusable for analysis.### Requested Enhancement
Add support for the
tagobjectstream to the Pardot source connector. This stream should include the following key fields:-
TAG_ID— identifier for the tag-
OBJECT_ID— identifier for the tagged object (email, prospect, etc.)-
TYPE— type of object being tagged### Use Case
Many analytics workflows require understanding which tags are applied to which emails, prospects, or other marketing assets. The
tagobjectstream enables users to build these relationships in their data warehouse by joining:Tags (TAG_ID, NAME)→tagobject (TAG_ID, OBJECT_ID, TYPE)→Emails/Prospects/etc (ID)This is essential for segmentation analysis, campaign attribution, and understanding content categorization in Pardot.
### Additional Context
The
tagobjectendpoint is part of the standard Pardot API. Other streams like emails, tags, campaigns, and prospects are already supported in the connector.Beta Was this translation helpful? Give feedback.
All reactions