BestMatchData

Container for an item's BestMatch data.

Types that use BestMatchData:

Calls that use one or more fields of BestMatchData:

Fields

freeShipping ( boolean )
impressionCountRange ( LongRange )
salesCount ( int )
salesPerImpression ( double )
salesPerViewItem ( double )
viewItemCount ( int )
viewItemPerImpression ( double )
watchCount ( int )

freeShipping ( boolean ) [0..1]
If true, the item is considered a free shipping item by BestMatch.
See the Field Index to learn which calls use freeShipping.

impressionCountRange ( LongRange ) [0..1]
Total number of times the item surfaced on a search results page. The impression count is returned as a range.
See the Field Index to learn which calls use impressionCountRange.

salesCount ( int ) [0..1]
Number of item sales. Note that a single sale can include one or more items.
See the Field Index to learn which calls use salesCount.

salesPerImpression ( double ) [0..1]
Ratio of sale transactions to the mid-point (between the minimum and maximum number) of the impression range. Note that the number of items sold can exceed the number of transactions (sales) if a single sale has an item quantity greater than one. An "impression" is any time a buyer sees a search results page that includes the listing. Impression counts can be greater than unique item views.

Note that salesPerImpression impacts Best Match results for only Fixed Price items.
See the Field Index to learn which calls use salesPerImpression.

salesPerViewItem ( double ) [0..1]
Ratio of sales to unique views of the item.
See the Field Index to learn which calls use salesPerViewItem.

viewItemCount ( int ) [0..1]
Number of unique item views.
See the Field Index to learn which calls use viewItemCount.

viewItemPerImpression ( double ) [0..1]
Ratio of unique item-views to the mid-point of the impression range. An "impression" is any time a buyer sees a search results page that includes the listing whereas "unique views" counts each user only once.
See the Field Index to learn which calls use viewItemPerImpression.

watchCount ( int ) [0..1]
Number of watches placed on the item.
See the Field Index to learn which calls use watchCount.

Copyright © 2009–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.