ProgramTags
Query tags relations for a Marketo organization.
Select
Note: Filters provided with one of the supported operators listed in the "Operators" column are processed server-side, all the other filters are processed client-side.
SELECT * FROM ProgramTags WHERE tagType='test' AND tagValue='asd1'
SELECT * FROM ProgramTags WHERE ProgramId=6138
Columns
Name | Type | Operators | Description |
ProgramId [KEY] | Int | = | The unique, Marketo-assigned identifier of the program. |
TagType [KEY] | String | = | The tag type associated with the program. Each TagType has a value associated with it which is returned via the TagValue column. |
TagValue | String | = | Value of the tag type. |