Campaigns
Query Campaigns for a Marketo organization.
Table Specific Information
Select
Marketo allows the Source and Name columns to be used in the WHERE clause of a SELECT query. Use the Source column to identify the campaigns that were
created within Marketo or by Sales. The Name column allows the use of the '=' or 'LIKE' operator. The '=' operator denotes an exact match; the 'LIKE' operator
denotes a partial match of the name.
SELECT * FROM Campaigns WHERE Name LIKE 'test'
Columns
Name | Type | Description |
Id [KEY] | Integer | The unique Id of the campaign. |
Name | String | The name of the campaign. |
Description | String | The description of the campaign. |
Source | String | The source of the campaign. Valid values are MKTOWS and SALES. |