共用方式為


DateRange 資料物件 - 客戶管理

定義日期範圍物件。

<xs:complexType name="DateRange" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="MinDate" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="MaxDate" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

元素

DateRange 物件具有下列元素:MaxDateMinDate

元素 描述 資料類型
MaxDate 最大日期。

日期格式應該指定為 「yyyyMMdd」。。 例如,2050 年 12 月 31 日應指定為 “20501231”。
string
MinDate 最小日期。

日期格式應該指定為 「yyyyMMdd」。。 例如,2020 年 4 月 3 日應指定為 “20200403”。
string

需求

服務: CustomerManagementService.svc v13
命名空間: https://bingads.microsoft.com/Customer/v13/Entities

消費者

SearchCustomers