BudgetLimitType Value Set - Campaign Management

Defines the possible budget limit types that you can specify for a campaign.

Syntax

<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:restriction>
</xs:simpleType>

Values

The BudgetLimitType value set has the following values: DailyBudgetAccelerated, DailyBudgetStandard.

Value Description
DailyBudgetAccelerated A daily budget that is spent until it is depleted. Depending on the activity, the complete budget could be spent within a couple of minutes, hours, or not at all.

The daily spend will not exceed the daily budget limit and the accumulated daily spend will not exceed the calculated monthly budget limit.

This budget type is only available for Audience campaigns that use unshared campaign-level budgets.
DailyBudgetStandard A daily budget that is spread throughout the day.

The daily spend can exceed the daily budget limit by up to 20%; however, the accumulated daily spend will not exceed the calculated monthly budget limit.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

Budget
Campaign