Power BI Connector for Salesforce Marketing Cloud Account Engagement

Build 24.0.8963

Campaigns

Retrieve and modify campaigns.

テーブル固有の情報

Select

本製品 はSalesforce Marketing Cloud Account Engagement API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。

  • Id は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • Name は'=' をサポートしています。
  • CreatedAt は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • UpdatedAt は '='、'<'、'<='、'>'、'>=' をサポートしています。

例えば、次のクエリはサーバーサイドで処理されます。

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

GetDeleted

Pardot のごみ箱にあるキャンペーンを取得する場合、次の操作がサポートされています。

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 24.0.8963