Tags
Retrieve tags.
Table Specific Information
Select
The add-in 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 add-in.
- Id supports '=', '<', '<=', '>', '>='.
- Name supports '='.
- CreatedAt supports '=', '<', '<=', '>', '>='.
For example, the following queries are processed server side:
SELECT * FROM Tags WHERE Id >= 42 SELECT * FROM Tags WHERE Name = 'criteria' SELECT * FROM Tags WHERE CreatedAt >= '02/03/2019 23:11:33'
Columns
Name | Type | References | Description |
Id [KEY] | Int64 | Pardot ID for this tag. | |
Name | String | Tag's name. | |
CreatedAt | Datetime | Time tag was created in Pardot. | |
UpdatedAt | Datetime | Last time tag was updated. |