AuctionInsightResult 数据对象 - Ad Insight
定义调用 GetAuctionInsightData 操作的拍卖见解结果。
语法
<xs:complexType name="AuctionInsightResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Segments" nillable="true" type="tns:ArrayOfAuctionSegment" />
<xs:element minOccurs="0" name="Entries" nillable="true" type="tns:ArrayOfAuctionInsightEntry" />
<xs:element minOccurs="0" name="UsedImpressions" type="xs:double" />
<xs:element minOccurs="0" name="UsedKeywords" type="xs:double" />
</xs:sequence>
</xs:complexType>
元素
AuctionInsightResult 对象具有以下元素:Entries、Segments、UsedImpressions、UsedKeywords。
元素 | 说明 | 数据类型 |
---|---|---|
Entries | 一个或多个拍卖见解条目,即在拍卖中竞争的每个域一个结果。 | AuctionInsightEntry 数组 |
段 | 段(如果有)是通过 GetAuctionInsightData 请求中的一个或多个 AuctionSegmentSearchParameter 指定的。 拍卖段列表的顺序与 AuctionSegment 值设置的顺序相同,即 Day、Week、Month、Quarter、DayOfWeek 和 Device。 例如,如果请求了 2018 年 5 月 1 日、设备和季度段,则此元素将按以下顺序包含三个拍卖段的列表:Day、Quarter 和 Device。 |
AuctionSegment 数组 |
UsedImpressions | 用于生成拍卖见解条目的展示次数的百分比。 该值的范围可以是 0 到 1.0,例如 0.8 表示使用了 80% 的展示。 |
双 |
UsedKeywords | 用于生成拍卖见解条目的关键字数。 | 双 |
要求
服务: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13