日付データ オブジェクト - キャンペーン管理
日付を表します。
構文
<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>
要素
Date オブジェクトには、Day、Month、Year という要素があります。
要素 | 説明 | データ型 |
---|---|---|
Day | 月の日を指定します。 足す: 必須 更新: 必須 |
int |
Month | 月を指定します。 足す: 必須 更新: 必須 |
int |
Year | 年を指定します。 足す: 必須 更新: 必須 |
int |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13