Channels
Query 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 Channels WHERE Name='Online Advertising'
Columns
Name | Type | Operators | Description |
Id [KEY] | Int | The unique, Marketo-assigned identifier of the channel. | |
Name | String | = | The name of the channel. |
ApplicableProgramType | String | The type of program that the channel is used for. | |
CreatedAt | Datetime | The date and time the channel was created. | |
UpdatedAt | Datetime | The date and time the channel was last updated. | |
ProgressionStatuses | String | JSON array of progression statuses aggregates. Additionally exposed as the separate table ChannelProgressionStatuses. |