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 オブジェクトには、BudgetAmount、BudgetPointType、EstimatedWeeklyClicks、EstimatedWeeklyCost、EstimatedWeeklyImpressions という要素があります。
要素 | 説明 | データ型 |
---|---|---|
BudgetAmount | 潜在的な新しい予算。 BudgetPointType の値が [現在] の場合、この予算額は現在のキャンペーン予算です。 |
複 |
BudgetPointType | 予算ポイントの一覧を基準とした予算の種類。 たとえば、予算ポイントの種類が Current の場合、このオブジェクトの BudgetAmount 要素は、対応するキャンペーンの 1 日の予算と等しくなります。 | BudgetPointType |
EstimatedWeeklyClicks | 特定の予算金額の推定週単位クリック数。 | 複 |
EstimatedWeeklyCost | 特定の予算金額の推定週次コスト。 | 複 |
EstimatedWeeklyImpressions | 特定の予算金額の推定週単位インプレッション数。 | 複 |
要件
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13