共用方式為


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
命名空間: https://bingads.microsoft.com/AdInsight/v13

消費者

BudgetOpportunity
CampaignBudgetRecommendation