定義您可以為行銷活動指定的可能預算限制類型。
語法
<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