次の方法で共有


DataExclusion データ オブジェクト - キャンペーン管理

DataExclusion のデータ オブジェクトを定義します。

構文

<xs:complexType name="DataExclusion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CampaignAssociations" nillable="true" type="tns:ArrayOfCampaignAssociation" />
    <xs:element minOccurs="0" name="CampaignTypeFilter" nillable="true" type="tns:CampaignType" />
    <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="DeviceTypeFilter" nillable="true" type="tns:DeviceType" />
    <xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>

要素

DataExclusion オブジェクトには、CampaignAssociationsCampaignTypeFilterDescriptionDeviceTypeFilterEndDateIdNameStartDate の各要素があります。

要素 説明 データ型
CampaignAssociations データ除外に含めるキャンペーン。 CampaignAssociation 配列
CampaignTypeFilter データ除外に含めるキャンペーンの種類。 CampaignType
説明 データ除外の説明。 string
DeviceTypeFilter データ除外に含めるデバイスの種類。 DeviceType
EndDate 終了日。

大事な: 値は協定世界時 (UTC) である必要があります。 これは、Microsoft Advertising Web アプリケーションでオフライン コンバージョンをアップロードするときのタイム ゾーン オプションとは異なります。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。
dateTime
Id データ除外 ID。 long
名前 データ除外名。 string
StartDate 開始日。

大事な: 値は協定世界時 (UTC) である必要があります。 これは、Microsoft Advertising Web アプリケーションでオフライン コンバージョンをアップロードするときのタイム ゾーン オプションとは異なります。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。
dateTime

要件

サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用ページ

AddDataExclusions
GetDataExclusionsByAccountId
GetDataExclusionsByIds
UpdateDataExclusions