次の方法で共有


AdGroupBidLandscape データ オブジェクト - Ad Insight

推奨される入札額を指定して、広告グループ識別子の推定クリック数、コスト、インプレッション数の一覧を 1 日から 7 日間に含むオブジェクトを定義します。

注:

見積もりは、将来のパフォーマンスの予測または保証ではありません。

構文

<xs:complexType name="AdGroupBidLandscape" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdGroupId" type="xs:long" />
    <xs:element minOccurs="0" name="AdGroupBidLandscapeType" type="tns:AdGroupBidLandscapeType" />
    <xs:element minOccurs="0" name="StartDate" nillable="true" type="tns:DayMonthAndYear" />
    <xs:element minOccurs="0" name="EndDate" nillable="true" type="tns:DayMonthAndYear" />
    <xs:element minOccurs="0" name="BidLandscapePoints" nillable="true" type="tns:ArrayOfBidLandscapePoint" />
  </xs:sequence>
</xs:complexType>

要素

AdGroupBidLandscape オブジェクトには、AdGroupBidLandscapeTypeAdGroupIdBidLandscapePointsEndDateStartDate という要素があります。

要素 説明 データ型
AdGroupBidLandscapeType 広告グループの既存のキーワードのすべてまたはサブセットが、入札状況を決定するために使用されたかどうかを示します。 AdGroupBidLandscapeType
AdGroupId 広告グループ識別子。 long
BidLandscapePoints 推奨される入札額に応じて、 StartDate から EndDate までの推定クリック数、コスト、インプレッションの合計の一覧。 BidLandscapePoint 配列
EndDate 入札状況の計算に使用される最新の日付。 終了日は、サービスが呼び出される今日の日付の約 2 日前である必要があります。 DayMonthAndYear
StartDate 入札状況の計算に使用される最初の日付。 開始日は通常、終了日の 7 日前です。

新しい広告グループなど、パフォーマンス データを利用できない場合、開始日と終了日の差は 7 未満になる可能性があります。
DayMonthAndYear

要件

サービス: AdInsightService.svc v13
名前 空間: https://bingads.microsoft.com/AdInsight/v13

Used By

GetBidLandscapeByAdGroupIds