BudgetPointType Value Set - Ad Insight

Defines the possible values of a campaign budget point.

Syntax

<xs:simpleType name="BudgetPointType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Current" />
    <xs:enumeration value="Suggested" />
    <xs:enumeration value="Maximum" />
    <xs:enumeration value="Other" />
  </xs:restriction>
</xs:simpleType>

Values

The BudgetPointType value set has the following values: Current, Maximum, Other, Suggested.

Value Description
Current The budget point includes the current budget.
Maximum The budget point includes the proposed budget which is estimated to yield the maximum number of clicks.
Other The budget point includes a proposed budget other than current, maximum, or suggested.
Suggested The budget point includes the optimal suggested budget. The proposed budget is estimated to yield the optimal ratio of increased clicks to minimal budget increase.

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

BudgetPoint