ChannelProgressionStatuses
Query ProgressionStatuses of Channels 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 ChannelProgressionStatuses WHERE ChannelName='Online Advertising'
Other queries:
SELECT * FROM ChannelProgressionStatuses WHERE ChannelName IN (SELECT Channel FROM Programs WHERE id=1010)
Columns
| Name | Type | Operators | Description |
| ChannelName [KEY] | String | = | The name of the channel. |
| Name [KEY] | String | Name of the status. | |
| Description | String | Description of the program status. | |
| Hidden | Bool | Whether the status has been hidden. | |
| Type | String | Type of the status. | |
| Step | Int | Step number of the status. | |
| Success | Bool | Whether this status is a success step for program members. |