This method creates and deletes trademark groups. This method can also add or delete keywords in an existing keyword group.
| Version: | 2 |
| Quota Point Cost: | 20 |
http://api.adgooroo.com/v2/TrademarkInsight/SetTMGroups.api?keywordgroupid=1234&deletegroup=true&groupname=Cars&targetids=12%2c34%2c56&keywords=cars%2ctrucks%2ctrains
// XML Output
<?xml version="1.0"?>
<api_result>
<api_class>TrademarkInsight</api_class>
<api_method>SetTMGroups</api_method>
<quota_cost>0</quota_cost>
<status>SUCCESS</status>
<message />
<value>
<row>
<status>The group information has been changed</status>
</row>
</value>
</api_result>
// JSON Output
{
"api_class": "TrademarkInsight",
"api_method": "SetTMGroups",
"quota_cost": 0,
"status": 0,
"message": null,
"value": {
"row": [
{
"status": "The group information has been changed"
}
]
}
}
// CSV Output
status
The group information has been changed