This method retrieves PPC data for a keyword group, displayed by advertiser. This is the equivalent of the PPC Group Detail Report/Show Advertisers tab in SEM Insight. Coverage, average position, ranking, captured impressions, clicks, CTR, spend and missed impressions and impression share for the keyword group are retrieved. The currency used in calculate Cost and CPC is set by the user in the website.
| Version: | 2 |
| Quota Point Cost: | 20 |
http://api.adgooroo.com/v2/SEMInsight/GetGroupData.api?searchengineid=1®ionid=1&keywordgroupid=1&startdate=5%2f5%2f2011&enddate=5%2f5%2f2011
// XML Output
<?xml version="1.0"?>
<api_result>
<api_class>SEMInsight</api_class>
<api_method>GetGroupData</api_method>
<quota_cost>0</quota_cost>
<status>SUCCESS</status>
<message />
<value>
<row>
<url>adgooroo.com</url>
<coverage>100</coverage>
<avg_position>1.4</avg_position>
<ranking>1</ranking>
<captured_imps>102</captured_imps>
<clicks>0.78</clicks>
<ctr>0.034</ctr>
<cpc>0.379</cpc>
<cost>0.262</cost>
<missed_imps>87</missed_imps>
<est_spend>24.2</est_spend>
<imp_share>28.1</imp_share>
</row>
</value>
</api_result>
// JSON Output
{
"api_class": "SEMInsight",
"api_method": "GetGroupData",
"quota_cost": 0,
"status": 0,
"message": null,
"value": {
"row": [
{
"url": "adgooroo.com",
"coverage": 100.0,
"avg_position": 1.4,
"ranking": 1.0,
"captured_imps": 102.0,
"clicks": 0.78,
"ctr": 0.034,
"cpc": 0.379,
"cost": 0.262,
"missed_imps": 87.0,
"est_spend": 24.2,
"imp_share": 28.1
}
]
}
}
// CSV Output
url,coverage,avg_position,ranking,captured_imps,clicks,ctr,cpc,cost,missed_imps,est_spend,imp_share
adgooroo.com,100,1.4,1,102,0.78,0.034,0.379,0.262,87,24.2,28.1