DayMonthAndYear Data Object - Ad Insight

Defines an object that you use to specify the start and end dates of a date range.

Syntax

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

Elements

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

Element Description Data Type
Day The day of the month. int
Month The month specified as an integer value in the range of 1 through 12, where 1 is January and 12 is December. int
Year The year specified as a four-digit integer value. int

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

AdGroupBidLandscape
DateRangeSearchParameter
GetHistoricalSearchCount
GetPerformanceInsightsDetailDataByAccountId
HistoricalSearchCountPeriodic
KeywordBidLandscape
PerformanceInsightsDetail