This method creates and deletes keyword 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/SEMInsight/SetGroups.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>SEMInsight</api_class>
<api_method>SetGroups</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": "SEMInsight",
"api_method": "SetGroups",
"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