eBay Merchant Data APIVersion 1255
 

HitCounterCodeType ( token )

Enumerated type containing a list of visit counter styles that can be used in an eBay listing to track page visits.

Type that uses HitCounterCodeType:

Calls that use one or more values of HitCounterCodeType:

Enumeration Values

Value Description
BasicStyle A basic style hit counter.
CustomCode Reserved for internal or future use
GreenLED A green LED, computer-style hit counter (US only). Non-US sites will return errors if they use GreenLED as input, and should use RetroStyle instead.
Hidden A hidden hit counter (US only). The number of page views will only be available to the item's seller. For faster "View Item" page loads, use HiddenStyle.
HiddenStyle A hidden hit counter. The number of page views will only be available to the item's seller.
HonestyStyle A basic style hit counter (US only). Non-US sites will return errors if they use HonestyStyle as input, and should use BasicStyle instead.
NoHitCounter No hit counter. The number of page views will not be available.
RetroStyle A retro, computer-style hit counter.
  * See the Enumeration Index to see exact use of each enumeration value in the API.