Tags
Query Tags for a Marketo organization.
Table Specific Information
Select
Marketo allows both the Type and Value columns to be used in the WHERE clause of a SELECT query. The Value column allows multiple values to be specified by using the
OR logical operator. Note that only the '=' operator is supported.
SELECT * FROM Tags WHERE Type = 'TestTag' AND Value = 'Value1' OR Value = 'Value2'
Columns
Name | Type | Description |
Type [KEY] | String | The tag type. |
Value [KEY] | String | The tag value. |