TDV Adapter for Salesforce Pardot

Build 22.0.8462

TagObjects

Retrieve tag objects.

Table Specific Information

Select

The adapter will use the Salesforce Pardot API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.

  • Id supports '=', '<', '<=', '>', '>='.
  • TagId supports '='.
  • Type supports '='.
  • ObjectId supports '='.
  • CreatedAt supports '=', '<', '<=', '>', '>='.

For example, the following queries are processed server side:

SELECT * FROM TagObjects WHERE Id <= 31
SELECT * FROM TagObjects WHERE TagId = 12
SELECT * FROM TagObjects WHERE CreatedAt <= '02/03/2019 23:11:33'

Columns

Name Type References Description
Id [KEY] Int64 Pardot ID of the tag object.
TagId Int64

Tags.Id

The Pardot ID of the tag.
Type String The type of object associated with the tag.
ObjectId Int64 The Pardot ID of the object.
CreatedAt Datetime Time tag was associated with the object in Pardot.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462