次の方法で共有


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

トラフィック推定のキーワード レベル フィルター条件を含むキーワード見積もりツールのリストが含まれます。

構文

<xs:complexType name="AdGroupEstimator" 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="KeywordEstimators" nillable="true" type="tns:ArrayOfKeywordEstimator" />
    <xs:element minOccurs="0" name="MaxCpc" type="xs:double" />
  </xs:sequence>
</xs:complexType>

要素

AdGroupEstimator オブジェクトには、AdGroupIdKeywordEstimatorsMaxCpc の各要素があります。

要素 説明 データ型
AdGroupId 広告グループ識別子。

この要素は、将来使用するために予約されています。 返される見積もりは、特定の広告グループに基づくものではありません。
long
KeywordEstimators トラフィック見積もりのキーワード (keyword) レベルのフィルター条件を持つキーワード (keyword)推定器の一覧。 KeywordEstimator 配列
MaxCpc 広告グループ内のすべてのキーワード (keyword)見積もりの最大クリック単価フィルター条件。

特定のキーワードのこの設定を、対応するキーワード (keyword)推定子でオーバーライドできます。

要件

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

使用ページ

CampaignEstimator