Keyword Suggestions API
If you have your own system and would like to get a list of available keywords based on a provided text, we have just created an API allowing you to do just that. This API is for server-to-server communication, in case you have your own CRM system or something similar to manage your customer base.
Url: https://mcpn.us/limeApi?ev=suggestKeywords
Parameters (case sensitive, bold are mandatory):
Parameter Name (Case Sensitive) |
Value |
Description |
Default Value |
user |
Advertiser username |
The advertiser’s username that matches the api_id |
None |
api_id |
Advertiser Api Id |
The advertiser’s api_id that matches the username |
Generated from edit profile |
text |
Text |
This is the initial keyword that will start the list if available |
|
code |
Text |
The short code for the suggested keywords Should be on of the short codes on your account i.e. 71441-US / 40691 … |
|
total |
Number |
How many suggested keyword need to be returned, number should be between 1-100 |
Default is set to 10 |
Return Code
If the API succeeds then it will return with status code 200 with xml.
If an error occurs or there is an invalid parameter then it returns with status code 400 or 500 with an error message in the response.
Example:
http://login.limecellular.com/limeApi?ev=suggestKeywords&user=adv@gmail.com&api_id=a4HI43WyFK83821B&text=win&code=71441-US&total=15
XML:
<?xml version="1.0" encoding="UTF-8"?>
<keywords>
<keyword>win</keyword>
<keyword>wyn</keyword>
<keyword>winare</keyword>
<keyword>winberry</keyword>
<keyword>winbrow</keyword>
<keyword>wince</keyword>
<keyword>winced</keyword>
<keyword>wincey</keyword>
<keyword>winceyette</keyword>
<keyword>winceys</keyword>
<keyword>wincer</keyword>
<keyword>wincers</keyword>
<keyword>winces</keyword>
<keyword>winch</keyword>
<keyword>winched</keyword>
</keywords>
Comments
0 comments
Article is closed for comments.