DateRangeSearchParameter Data Object - Ad Insight
The date range search parameter that you can include when requesting keyword ideas.
For more information about the significance of the date range search parameter, see MonthlySearchCounts with the KeywordIdea object.
Syntax
<xs:complexType name="DateRangeSearchParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SearchParameter">
<xs:sequence>
<xs:element minOccurs="0" name="EndDate" nillable="true" type="tns:DayMonthAndYear" />
<xs:element minOccurs="0" name="StartDate" nillable="true" type="tns:DayMonthAndYear" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The DateRangeSearchParameter object has the following elements: EndDate, StartDate.
Element | Description | Data Type |
---|---|---|
EndDate | The end date range of monthly search counts for the returned keyword ideas. | DayMonthAndYear |
StartDate | The start date range of monthly search counts for the returned keyword ideas. | DayMonthAndYear |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13