Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 2.21 KB

File metadata and controls

50 lines (44 loc) · 2.21 KB
title ms.service ms.subservice ms.topic author ms.author description
BudgetLimitType Value Set - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
Defines the possible types of campaign budgets.

BudgetLimitType Value Set - Ad Insight

Defines the possible types of campaign budgets.

Syntax

<xs:simpleType name="BudgetLimitType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="DailyBudgetStandard">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DailyBudgetAccelerated">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </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.
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: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

BudgetOpportunity
CampaignBudgetRecommendation