CampaignAssets
Create, update, delete and query Campaign Assets.
View Specific Information
Select
Select all campaign assets for a specific campaign:
SELECT * FROM CampaignAssets WHERE CampaignId = '3130'
Retrieve a specific Campaign:
SELECT * FROM CampaignAssets WHERE CampaignId = '3130' AND Id = '3325'
Columns
| Name | Type | ReadOnly | References | Filters | Description |
| Id [KEY] | Integer | True | = |
The Id of the campaign asset. | |
| CampaignId | Integer | True | = |
CampaignId assosiated with the asset. | |
| Type | String | False |
Type of the campaign asset. | ||
| ItemId | String | False |
Internal object id. | ||
| CreatedDate | Datetime | False |
The exact time when the asset was created. |