Declaration Syntax| C# | Visual Basic | Visual C++ |
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)] public class GetContextualKeywordsCall : ApiCall
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _ Public Class GetContextualKeywordsCall _ Inherits ApiCall
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)] public ref class GetContextualKeywordsCall : public ApiCall
Members| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
![]() | GetContextualKeywordsCall()()() | |
![]() | GetContextualKeywordsCall(ApiContext) | |
![]() | AbstractRequest |
Gets or sets the Request of the call of type AbstractRequestType.
(Inherited from ApiCall.) |
![]() | AbstractResponse |
Gets the Response of the call of type AbstractResponseType.
(Inherited from ApiCall.) |
![]() | AfterRequest |
Occurs after the API call returns the response.
(Inherited from ApiCall.) |
![]() | ApiCallBase |
The base interface object.
|
![]() | ApiContext |
Gets or sets the ApiContext of the call of type ApiContext.
(Inherited from ApiCall.) |
![]() | ApiException |
Gets any exceptions that occured during the API call.
(Inherited from ApiCall.) |
![]() | ApiRequest |
Gets or sets the GetContextualKeywordsRequestType for this API call.
|
![]() | ApiResponse |
Gets the GetContextualKeywordsResponseType for this API call.
|
![]() | BeforeRequest |
Occurs before the API call is sent.
(Inherited from ApiCall.) |
![]() | CallMetricsEntry |
Holds the call metrics object used to optionally track client and server side latencies.
(Inherited from ApiCall.) |
![]() | CallRetry |
Gets or sets call retry of type CallRetry.
(Inherited from ApiCall.) |
![]() | CategoryIDList |
Gets or sets the CategoryID of type StringCollection.
|
![]() | ContextSearchAssetList |
Gets the returned ContextSearchAsset of type ContextSearchAssetTypeCollection.
|
![]() | DetailLevelList |
Gets or sets the DetailLevel of type DetailLevelCodeTypeCollection.
(Inherited from ApiCall.) |
![]() | DetailLevelOverride |
Prevents DetailLevelList from being sent if set to true.
(Inherited from ApiCall.) |
![]() | EnableCompression |
Set to true to ask the server to compress the response data to reduce the transfer size.
By default HTTP compression is enabled to improve the performance.
(Inherited from ApiCall.) |
![]() | Encoding | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Execute()()() |
Sends the AbstractRequest to eBay.
(Inherited from ApiCall.) |
![]() | ExecuteRequest(AbstractRequestType) |
Sends the Request and returns the Response.
(Inherited from ApiCall.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetContextualKeywords(String, String, StringCollection) |
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.
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.
|
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetSecurityHeader()()() |
Constructs a security header from values in ApiContext.
(Inherited from ApiCall.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasError |
Returns true if Error has occured, else false.
(Inherited from ApiCall.) |
![]() | HasWarning |
Returns true if warning has occured, else false.
(Inherited from ApiCall.) |
![]() | InterfaceServiceType |
Reserved for eBay internal use. The type to be used to create the Web Service service instance.
(Inherited from ApiCall.) |
![]() | LogMessage(String, MessageType, MessageSeverity) |
Log the message information under the specified type and severity.
(Inherited from ApiCall.) |
![]() | LogMessagePayload(String, MessageSeverity, Exception) |
Log the message information under the specified type and severity, in the context of an exception - used for exception-based
payload logging.
Message type is always assumed to be ApiMessage.
(Inherited from ApiCall.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResponseTime |
Gets the time the API Call took to respond of type TimeSpan
(Inherited from ApiCall.) |
![]() | Site |
Gets or sets the Site for the API call of type SiteCodeType
(Inherited from ApiCall.) |
![]() | SoapRequest |
Gets the last raw web service request of type String
(Inherited from ApiCall.) |
![]() | SoapResponse |
Gets the last raw web service response of type String
(Inherited from ApiCall.) |
![]() | Timeout |
Gets or sets the Timeout for the API call.
(Inherited from ApiCall.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | URL | |
![]() | Version |
Gets or sets the Version for the API call.
(Inherited from ApiCall.) |
Assembly: eBay.Service (Module: eBay.Service)







