KeywordOpportunity 数据对象 - Ad Insight

定义一个对象,该对象包含建议的关键字 (keyword) 和出价值。

语法

<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 要对其应用建议关键字 (keyword) 的广告组的标识符。 long
AdGroupName 要对其应用建议关键字 (keyword) 的广告组的名称。 string
CampaignId 拥有广告组的活动的标识符。 long
CampaignName 拥有广告组的市场活动的名称。 string
竞争 此关键字 (keyword) 相对于所有搜索关键字的竞争出价指标。 竞争分数从 0 到 1.00 不等,其中 0 表示竞争低,1.00 表示有大量广告客户竞争此关键字 (keyword) 。
EstimatedIncreaseInClicks 如果应用了机会,则单击次数的估计增加量。
EstimatedIncreaseInCost 如果应用机会,估计成本增加。
EstimatedIncreaseInImpressions 如果应用了机会,则估计的展示次数增加。 long
MatchType 建议的出价适用的匹配类型。 下面是可能的匹配类型值:

1 - 完全匹配

2 - 短语匹配

3 - 广泛匹配
int
MonthlySearches 与相应 MatchType 元素的建议关键字 (keyword) 匹配的用户搜索查询的估计每月数量。 long
SuggestedBid 可能导致广告在搜索查询结果的第一页上投放的建议出价。
SuggestedKeyword 建议的关键字 (keyword) 。 string

KeywordOpportunity 对象具有继承元素

继承的元素

从机会继承的元素

KeywordOpportunity 对象派生自 Opportunity 对象,并继承以下元素:OpportunityKey。 以下说明特定于 KeywordOpportunity,可能不适用于从 Opportunity 对象继承相同元素的其他对象。

元素 说明 数据类型
OpportunityKey 唯一标识商机的标识符。 string

要求

服务: AdInsightService.svc v13
命名 空间: https://bingads.microsoft.com/AdInsight/v13

使用者

GetKeywordOpportunities