定义可为市场活动指定的可能的预算限制类型。
语法
<xs:simpleType name="BudgetLimitType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="DailyBudgetAccelerated" />
<xs:enumeration value="DailyBudgetStandard" />
<xs:enumeration value="LifetimeBudgetStandard" />
</xs:restriction>
</xs:simpleType>
值
BudgetLimitType 值集具有以下值:DailyBudgetAccelerated、DailyBudgetStandard、LifetimeBudgetStandard。
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13