次の方法で共有


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

トラフィックの推定の最小値と最大値を含む広告グループにおすすめのキーワードのリストが含まれています。 トラフィックの見積もりには、平均クリック単価、平均位置、クリック数、CTR、インプレッション数、合計コストが含まれます。

注:

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

構文

<xs:complexType name="AdGroupEstimate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="KeywordEstimates" nillable="true" type="tns:ArrayOfKeywordEstimate" />
  </xs:sequence>
</xs:complexType>

要素

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

要素 説明 データ型
AdGroupId 広告グループ識別子。 long
KeywordEstimates 最小および最大トラフィックの見積もりを含む推奨キーワードの一覧。

トラフィックの見積もりには、平均クリック単価、平均位置、クリック数、CTR、インプレッション数、合計コストが含まれます。
KeywordEstimate 配列

要件

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

使用ページ

CampaignEstimate