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

要求

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

使用者

GetBidOpportunities