ODBC Driver for Salesforce Marketing Cloud Account Engagement

Build 23.0.8839

Campaigns

Retrieve and modify campaigns.

Table Specific Information

Select

The 本製品 will use the Salesforce Marketing Cloud Account Engagement API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.

  • Id supports '=', '<', '<=', '>', '>='.
  • Name supports '='.
  • CreatedAt supports '=', '<', '<=', '>', '>='.
  • UpdatedAt supports '=', '<', '<=', '>', '>='.

For example, the following queries are processed server side:

SELECT * FROM Campaigns WHERE Id = 50
SELECT * FROM Campaigns WHERE Name = 'campaignName'
SELECT * FROM Campaigns WHERE CreatedAt > '01/01/2022'

GetDeleted

To retrieve campaigns that are in the recycle bin in Pardot the following operation is supported:

GETDELETED FROM Campaings

Columns

Name Type ReadOnly References Description
Id [KEY] Int64 True

Pardot ID for this campaign.

Name String True

Campaign's name.

Cost Integer True

Cost associated to the campaign.

IsDeleted Boolean True

True if the object is in the recycle bin in Pardot.

FolderId Int64 True

ID of the folder containing this object.

ParentCampaignId Int64 True

The ID of the parent campaign.

CreatedAt Datetime True

The timestamp of when this object was created.

UpdatedAt Datetime True

The timestamp of when this object was last updated.

CreatedById Int64 True

ID of the individual who created this object.

UpdatedById Int64 True

ID of the individual who last updated this object.

SalesforceId String True

The alphanumeric Id of the Salesforce Org.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839