AuctionInsightEntry 数据对象 - Ad Insight

定义域的拍卖见解条目。

语法

<xs:complexType name="AuctionInsightEntry" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="DisplayDomain" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AggregatedKpi" nillable="true" type="tns:AuctionInsightKpi" />
    <xs:element minOccurs="0" name="SegmentedKpis" nillable="true" type="tns:ArrayOfAuctionInsightKpi" />
  </xs:sequence>
</xs:complexType>

元素

AuctionInsightEntry 对象具有以下元素:AggregatedKpiDisplayDomainSegmentedKpis

元素 说明 数据类型
AggregatedKpi 显示域的所有段的拍卖见解关键绩效指标。

无论是否还请求 SegmentedKpis,聚合数据都可用。
AuctionInsightKpi
DisplayDomain 参与同一拍卖的另一个广告客户的显示 URL。

拍卖见解数据中列出的竞争网站是那些与你进入相同拍卖的网站,并且有资格获得与你相同的印象。 竞争对手不一定确定其关键字、匹配类型或其他定位设置与你自己的相似程度,并且拍卖见解不会为其他广告客户提供有关这些指标的完整报告。
string
SegmentedKpis 请求段的每个唯一组合的拍卖见解关键绩效指标列表。

只有在 GetAuctionInsightData 请求中包含 AuctionSegmentSearchParameter 对象时,分段数据才可用。
AuctionInsightKpi 数组

要求

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

使用者

AuctionInsightResult