eBay::API::XML::Call::GetContextualKeywords::GetContextualKeywordsRequestType - eBay::API::XML::Call::GetContextualKeywords::GetContextualKeywordsRequestType documentation


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

Index


NAME

Top

eBay::API::XML::Call::GetContextualKeywords::GetContextualKeywordsRequestType

DESCRIPTION

Top

<b>The use of this call requires approval from the eBay Developers Program. If you would like access, please send an email to developer-relations@ebay.com detailing your typical usage, with estimated usage numbers for this call.</b> <br> <br> This call retrieves top-ranked contextual eBay keywords and categories for a specified web page. Results are ranked according to score. This enables developers to create applications that are different from traditional contextual ad serving. For instance, instead of building a standard ad banner or skyscraper ad like those from eBay AdContext, a developer could create an application that does inline hyperlinking of keywords on any page or create widgets for blog platforms. Not available for SG and HK sites.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetContextualKeywords::GetContextualKeywordsRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

Top

setCategoryID()

The ID of the category to which keywords are to be limited. Zero or more category IDs can be specified.

  RequiredInput: No
#    Argument: reference to an array  
                      of 'xs:string'

getCategoryID()

# Returns: reference to an array of 'xs:string'

setEncoding()

Web page encoding by which the URL is to be handled, such as ISO-8859-1.

  RequiredInput: Yes
#    Argument: 'xs:string'

getEncoding()

# Returns: 'xs:string'

setURL()

The URL of the web page from which eBay is to extract keywords.

  RequiredInput: Yes
#    Argument: 'xs:anyURI'

getURL()

# Returns: 'xs:anyURI'


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