次の方法で共有


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

キーワードと入札価格の候補を含むオブジェクトを定義します。

構文

<xs:complexType name="KeywordOpportunity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Opportunity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AdGroupId" type="xs:long" />
        <xs:element minOccurs="0" name="AdGroupName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CampaignId" type="xs:long" />
        <xs:element minOccurs="0" name="CampaignName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Competition" type="xs:double" />
        <xs:element minOccurs="0" name="EstimatedIncreaseInClicks" type="xs:double" />
        <xs:element minOccurs="0" name="EstimatedIncreaseInCost" type="xs:double" />
        <xs:element minOccurs="0" name="EstimatedIncreaseInImpressions" type="xs:long" />
        <xs:element minOccurs="0" name="MatchType" type="xs:int" />
        <xs:element minOccurs="0" name="MonthlySearches" type="xs:long" />
        <xs:element minOccurs="0" name="SuggestedBid" type="xs:double" />
        <xs:element minOccurs="0" name="SuggestedKeyword" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

要素

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

要素 説明 データ型
AdGroupId 推奨されるキーワードを適用する広告グループの識別子。 long
AdGroupName 推奨されるキーワードを適用する広告グループの名前。 string
CampaignId 広告グループを所有するキャンペーンの識別子。 long
CampaignName 広告グループを所有するキャンペーンの名前。 string
競争 すべての検索キーワードに対するこのキーワードの競合入札の指標。 競合スコアの範囲は 0 から 1.00 です。0 は低い競合を示し、1.00 は、このキーワードを競合する広告主の数が多いことを示します。 ダブル
EstimatedIncreaseInClicks 営業案件が適用された場合のクリック数の推定増加。 ダブル
EstimatedIncreaseInCost 機会が適用された場合のコストの推定増加。 ダブル
EstimatedIncreaseInImpressions 機会が適用された場合のインプレッション数の推定増加。 long
MatchType 推奨される入札が適用される一致の種類。 可能な一致型の値を次に示します。

1 - 完全一致

2 - 語句の一致

3 - 広範な一致
int
MonthlySearches 対応する MatchType 要素の推奨キーワードと一致する可能性があるユーザー検索クエリの推定月間量。 long
SuggestedBid 検索結果の最初のページで広告が配信される可能性がある、推奨される入札。 ダブル
SuggestedKeyword 推奨されるキーワード。 string

KeywordOpportunity オブジェクトには継承された要素があります

継承された要素

営業案件から継承された要素

KeywordOpportunity オブジェクトは、Opportunity オブジェクトから派生し、OpportunityKey という要素を継承します。 以下の説明は KeywordOpportunity に固有であり、 Opportunity オブジェクトから同じ要素を継承する他のオブジェクトには適用されない場合があります。

要素 説明 データ型
OpportunityKey 営業案件を一意に識別する識別子。 string

要件

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

Used By

GetKeywordOpportunities