次の方法で共有


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

推定クリック数とインプレッション数の機会を含むおすすめの入札単価を含むオブジェクトを定義します。

注:

入札機会は過去 7 日間のパフォーマンス データに基づく見積もりであり、将来のパフォーマンスの予測や保証ではありません。

構文

<xs:complexType name="BidOpportunity" 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="CampaignId" type="xs:long" />
        <xs:element minOccurs="0" name="CurrentBid" 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="KeywordId" type="xs:long" />
        <xs:element minOccurs="0" name="MatchType" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="SuggestedBid" type="xs:double" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

要素

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

要素 説明 データ型
AdGroupId キーワード (keyword)を所有する広告グループの識別子。 long
CampaignId キーワード (keyword)を所有する広告グループのキャンペーンの識別子。 long
CurrentBid MatchType 要素の一致の種類に対して指定された現在のキーワード (keyword)の入札金額。
EstimatedIncreaseInClicks 提案された入札に対応する推定クリック機会。
EstimatedIncreaseInCost 提案された入札額に対応する推定支出の増加。
EstimatedIncreaseInImpressions 提案された入札に対応する推定インプレッション機会。 long
KeywordId 入札機会が適用されるキーワード (keyword)の識別子。 long
MatchType 推奨される入札値が適用される一致の種類。 指定できる値は BroadMatch、ExactMatch、PhraseMatch です。 string
SuggestedBid 対応する広告グループの過去 7 日間のパフォーマンス履歴に基づいて推奨される入札。

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

継承された要素

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

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

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

要件

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

使用ページ

GetBidOpportunities