Trading_GetContextualKeywordsRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetContextualKeywordsRequestType.h Trading_GetContextualKeywordsRequestType.m |
Overview
Retrieves top-ranked contextual eBay keywords and categories
for a specified web page.
@ingroup EBayAPIInterface
Tasks
-
url
The URL of the web page from which eBay is to extract keywords.
property -
encoding
Web page encoding by which the URL is to be handled, such as ISO-8859-1.
property -
categoryID
The ID of the category to which keywords are to be limited.
property
Zero or more category IDs can be specified.
Properties
categoryID
The ID of the category to which keywords are to be limited.
Zero or more category IDs can be specified.
@property (nonatomic, retain) NSMutableArray *categoryID
Discussion
The ID of the category to which keywords are to be limited.
Zero or more category IDs can be specified.
entry type : NSString, wrapper for primitive string
Declared In
Trading_GetContextualKeywordsRequestType.h
encoding
Web page encoding by which the URL is to be handled, such as ISO-8859-1.
@property (nonatomic, retain) NSString *encoding
Discussion
Web page encoding by which the URL is to be handled, such as ISO-8859-1.
type : NSString, wrapper for primitive string
Declared In
Trading_GetContextualKeywordsRequestType.h