Date Data Object - Campaign Management

Represents a date.

Syntax

<xs:complexType name="Date" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Day" type="xs:int" />
    <xs:element name="Month" type="xs:int" />
    <xs:element name="Year" type="xs:int" />
  </xs:sequence>
</xs:complexType>

Elements

The Date object has the following elements: Day, Month, Year.

Element Description Data Type
Day Specifies the day of the month.

Add: Required
Update: Required
int
Month Specifies the month.

Add: Required
Update: Required
int
Year Specifies the year.

Add: Required
Update: Required
int

Requirements

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

Used By

AdGroup
AssetGroup
Experiment
PromotionAdExtension
Schedule