Adgooroo API v2.0
Client Login
Home / TrademarkInsight / SetTMFilters
Description
This method updates the filtered URLs for a Trademark Insight account.

Info
Version:2
Quota Point Cost:20

Parameters
InputNameRequiredTypeDescription
urlsyesStringThe URLs input here will be filtered out of Trademark Insight reports. Multiple URLs must be seperated by commas.
outputnoStringThis parameter specifies the output format of the API call. Possible values are XML, CSV or JSON. Default is XML.
Note: Calling this API method will count against your monthly usage quota

Example Request
http://api.adgooroo.com/v2/TrademarkInsight/SetTMFilters.api?urls=amazon.com%2cgoogle.com%2cyahoo.com

Example Output
// XML Output
<?xml version="1.0"?>
<api_result>
  <api_class>TrademarkInsight</api_class>
  <api_method>SetTMFilters</api_method>
  <quota_cost>0</quota_cost>
  <status>SUCCESS</status>
  <message />
  <value>
    <row />
  </value>
</api_result>


// JSON Output
{
  "api_class": "TrademarkInsight",
  "api_method": "SetTMFilters",
  "quota_cost": 0,
  "status": 0,
  "message": null,
  "value": {
    "row": [
      {}
    ]
  }
}


// CSV Output