Channels
Query Channels for a Marketo organization.
Table Specific Information
Select
Marketo allows the TagValue column to be used in the WHERE clause of a SELECT query. The TagValue column allows multiple values to be specified by using
the OR logical operator. Note that only the '=' operator is supported.
SELECT * FROM Channels WHERE TagValue = 'Email Blast' OR TagValue = 'Blog' OR TagValue = 'Webinar'
Columns
| Name | Type | Description |
| TagValue [KEY] | String | The tag value of the channel. For example, Webinar, Blog, or Tradeshow. |
| Status [KEY] | String | The progression status of the channel. |
| Step | Integer | The step number of each progression status used to sequence the order of the channel. |
| Success | Boolean | Specifies whether the progression status results in a success. |
| CheckInStatus | String | The check-in status for a roadshow event. Valid values are None, Registered, Attended. |
| WebinarBehavior | String | The behavior performed during a webinar event. |