分钟值集 - 市场活动管理
定义广告扩展计划或日期和时间条件的可能分钟值。
语法
<xs:simpleType name="Minute" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<ActualType Name="short" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Zero" />
<xs:enumeration value="Fifteen" />
<xs:enumeration value="Thirty" />
<xs:enumeration value="FortyFive" />
</xs:restriction>
</xs:simpleType>
值
值 | 说明 |
---|---|
十五 | 小时范围的开始或结束分钟为 15。 |
FortyFive | 小时范围的开始或结束分钟为 45。 |
三十 | 小时范围的开始或结束分钟为 30。 |
零 | 小时范围的开始或结束分钟为零。 |
要求
服务: CampaignManagementService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13