API Queries - Delete Suggest

The delete_suggest function deletes a brand. Statistics for the suggest will still be available, but the suggest will be removed from your dashboard.


Additional Parameters

  • keyword - Name of Keyword to delete. (Required)
  • traffic_type - The traffic type, either "desktop", "mobile" or "all". (Required)
  • geo_target - The Geo Target, either "all", "us", "uk", "ca", "au", "nz", "in", "br", "de", "fr", "nl", "it", or "es". (Required)
  • Channel - Suggest (Required)
  • type - Specifies the format of the API response. Set to "json" for a JSON response; otherwise, the response will be in XML. (Optional)

Example query and response:

Example query:

https://bid.trellian.com/api.html?username=username&api_key=XXXXXXXXXX&mode=delete_keyword&channel=suggest
&keyword=1001hobbies&folder=test&geo_target=ALL&traffic_type=ALL

Response (XML):



<results>
<result Keyword="1001hobbies" Status="Deleted"/>
</results>

Response (JSON):



                {
                "results": [ 
                {
                "Keyword": "1001hobbies",
                "Status": "Deleted"
                }
                ]
                }
            

Error Responses:

Possible error responses for this function are:

For a complete list of error responses, see the Error Codes manual page.