CampaignAssets
Retrieve all campaign assets in Salesforce Marketing Cloud.
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 | References | Description |
Id [KEY] | Integer | The Id of the campaign asset. | |
CampaignId | Integer |
Campaigns.Id | CampaignId assosiated with the asset. |
Type | String | Type of the campaign asset. | |
ItemId | String | Internal object id. | |
CreatedDate | Datetime | The exact time when the asset was created. |