ODBC Driver for Salesforce Marketing Cloud

Build 22.0.8462

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462