BudgetPoint Data Object - Ad Insight
Defines an object that contains a budget amount and an estimate of weekly impressions, clicks, and cost for this budget amount.
Note
The budget point is an estimate based on the last 15 days of performance data, and not a prediction or guarantee of future performance.
Syntax
<xs:complexType name="BudgetPoint" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="BudgetAmount" type="xs:double" />
<xs:element minOccurs="0" name="BudgetPointType" type="tns:BudgetPointType" />
<xs:element minOccurs="0" name="EstimatedWeeklyClicks" type="xs:double" />
<xs:element minOccurs="0" name="EstimatedWeeklyCost" type="xs:double" />
<xs:element minOccurs="0" name="EstimatedWeeklyImpressions" type="xs:double" />
</xs:sequence>
</xs:complexType>
Elements
The BudgetPoint object has the following elements: BudgetAmount, BudgetPointType, EstimatedWeeklyClicks, EstimatedWeeklyCost, EstimatedWeeklyImpressions.
Element | Description | Data Type |
---|---|---|
BudgetAmount | A potential new budget. This budget amount is your current campaign budget if the BudgetPointType value is Current. |
double |
BudgetPointType | The type of budget relative to a list of budget points. For example, if the budget point type is Current then this object's BudgetAmount element would be equal to the corresponding campaign's daily budget. | BudgetPointType |
EstimatedWeeklyClicks | The estimated weekly clicks for the given budget amount. | double |
EstimatedWeeklyCost | The estimated weekly cost for the given budget amount. | double |
EstimatedWeeklyImpressions | The estimated weekly impressions for the given budget amount. | double |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13