Campaigns
Retrieve the available marketing Campaigns in HubSpot
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | True |
The unique identifier of the campaign. | |
| Name | String | False | False |
The campaign's name. | |
| CreatedAt | Datetime | True | False |
The campaign's creation time. | |
| UpdatedAt | Datetime | True | False |
The timestamp of the latest update to the campaign. | |
| StartDate | Date | False | False |
The campaign's start date (yyyy-MM-dd). | |
| EndDate | Date | False | False |
The campaign's end date (yyyy-MM-dd). | |
| Notes | String | False | False |
Any notes about the campaign. | |
| Audience | String | False | False |
The campaign's audience. | |
| Goal | String | False | False |
The campaign's goal. | |
| CurrencyCode | String | False | False |
The currency code used for the campaign. | |
| CampaignStatus | String | False | False |
The status of the campaign. Status can be one of the following: 'planned', 'in_progress', 'active', 'paused', or 'completed'. The allowed values are in_progress, active, paused, completed. | |
| Owner | String | True | False |
The user id of the user that owns the campaign. | |
| ColorHex | String | True | False |
The color of the campaign in hexadecimal color code. | |
| CreatedBy | String | True | False |
The user Id of the user that originally created the campaign. | |
| ObjectId | String | True | False |
The internal CRM object Id. | |
| BudgetItemsAmount | Double | True | False |
The sum of all budget items. | |
| SpendItemsAmount | Double | True | False |
The sum of all spend items. |