BudgetPoint 数据对象 - Ad Insight

定义一个对象,该对象包含预算金额以及此预算金额的每周展示次数、点击次数和成本估算值。

注意

预算点是基于过去 15 天的绩效数据的估计值,而不是对未来性能的预测或保证。

语法

<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>

元素

BudgetPoint 对象具有以下元素:BudgetAmountBudgetPointTypeEstimatedWeeklyClicksEstimatedWeeklyCostEstimatedWeeklyImpressions

元素 说明 数据类型
BudgetAmount 潜在的新预算。

如果 BudgetPointType 值为 Current,则此预算 金额是当前市场活动预算。
BudgetPointType 相对于预算点列表的预算类型。 例如,如果预算点类型为 Current ,则此对象的 BudgetAmount 元素将等于相应市场活动的每日预算。 BudgetPointType
EstimatedWeeklyClicks 给定预算金额的估计每周点击次数。
EstimatedWeeklyCost 给定预算金额的估计每周成本。
EstimatedWeeklyImpressions 给定预算金额的估计每周展示次数。

要求

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

使用者

BudgetOpportunity
CampaignBudgetRecommendation