The Support Services are a collection of SOAP APIs that enable developers to obtain updated lists of available options for certain request parameters. These services enable developers to pass the appropriate values for the certain parameters: Country, Language, Category, Link Type and Link Size.
To access Support Services in REST instead of SOAP, click here.
The Support Services API contains the following five requests.
getCategories
getLinkTypes
getLinkSizes
getCountries
getLanguages
Click the following links to display more specific information.
Refer to the following table for a list of the required request parameters. All parameter names and values are case sensitive.
|
Parameter Name |
Value |
Req? |
Description |
|
developerKey |
String |
Required |
Your developer key obtained from the Web Services Developer Site. |
|
locale |
String |
Required |
The 2-letter ISO-639-1 code for the desired language. Note: This parameter is only required for the getCategories and getCountries requests. |
The response for any of the five requests is simply an array of strings, containing each possible value for the desired field. For example, the getCategories response is an array of the various category names currently available in the Commission Junction network. Refer to the table below for a description of each of the service responses. All parameter names and values are case sensitive.
|
Request |
Description |
|
getCategories |
Returns an array of the advertiser sub-categories. You may view the current list of advertiser sub-categories by navigating to > within your CJ Account Manager. Important: The system does not support searching top-level categories. You must choose a specific sub-category in which to search. For example, if you want advertisers with medical equipment, you must use Equipment (the sub-category) as the value of the category parameter. |
|
getLinkTypes |
Returns an array of the following link types.
|
|
getLinkSizes |
Returns an array of the following acceptable image dimensions for graphical links.
|
|
getCountries |
Returns an array of the two-letter ISO 3166-1 codes for countries supported by the Commission Junction system. The countries also apply to any serviceableArea request parameters. You may view the current list of supported countries by accessing the Additional Search Options drop down menu from the > of your CJ Account Manager. |
|
getLanguages |
Returns an array of the two-letter ISO-639-1 codes for languages supported by the Commission Junction system. |
|
Error |
Description |
|
Not Authenticated |
The system could not authenticate your developer key. |