eBay::API::XML::DataType::ContextSearchAssetType - eBay::API::XML::DataType::ContextSearchAssetType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::ContextSearchAssetType

DESCRIPTION

Top

Score and rank for a keyword identified for a web page.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::ContextSearchAssetType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setCategory()

The eBay category in which the keyword is used.

# Argument: 'ns:CategoryType'

getCategory()

  Calls: GetContextualKeywords
  Returned: Always

# Returns: 'ns:CategoryType'

setKeyword()

The keyword.

MaxLength: 64

# Argument: 'xs:string'

getKeyword()

  Calls: GetContextualKeywords
  Returned: Always

# Returns: 'xs:string'

setRanking()

The ranking of this keyword and category relative to other keywords and categories (when scores are sorted).

Max: 2147483647 Min: 1

# Argument: 'xs:int'

getRanking()

  Calls: GetContextualKeywords
  Returned: Always

# Returns: 'xs:int'


eBay-API documentation  | view source Contained in the eBay-API distribution.