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.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13