TagObjects
Retrieve tag objects.
Table Specific Information
Select
The component will use the Salesforce Marketing Cloud Account Engagement API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the component.
- 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. |