Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 3.48 KB

File metadata and controls

52 lines (46 loc) · 3.48 KB
title ms.service ms.subservice ms.topic author ms.author description
DataExclusion Data Object - Campaign Management
bing-ads
campaign-management-api
article
jonmeyers
jonmeyers
Defines a data object for DataExclusion.

DataExclusion Data Object - Campaign Management

Defines a data object for DataExclusion.

Syntax

<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>

Elements

The DataExclusion object has the following elements: CampaignAssociations, CampaignTypeFilter, Description, DeviceTypeFilter, EndDate, Id, Name, StartDate.

Element Description Data Type
CampaignAssociations Which campaigns to include for the data exclusion. CampaignAssociation array
CampaignTypeFilter Which campaign types to include for the data exclusion. CampaignType
Description A description for the data exclusion. string
DeviceTypeFilter Which devices types to include for the data exclusion. DeviceType
EndDate The end date.

Important: The value must be in Coordinated Universal Time (UTC). This differs from the time zone options when you upload offline conversions in the Microsoft Advertising web application. For information about the format of the date and time, see the dateTime entry in Primitive XML Data Types.
dateTime
Id The data exclusion ID. long
Name The data exclusion name. string
StartDate The start date.

Important: The value must be in Coordinated Universal Time (UTC). This differs from the time zone options when you upload offline conversions in the Microsoft Advertising web application. For information about the format of the date and time, see the dateTime entry in Primitive XML Data Types.
dateTime

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AddDataExclusions
GetDataExclusionsByAccountId
GetDataExclusionsByIds
UpdateDataExclusions