API Description
Analytics and traffic
Google Search Console data
Here you can find popular queries from the Google Search Console.
Request format
GET /analytics/{site_id}/google/ |
Response example
[ “query”: ‘text’, “impressions”: 100, “clicks”: 10, “ctr”: 10, “avg”: 5,}, …] |
Result
Name | Description |
query | Query |
impressions | Number of impressions |
clicks | Number of clicks |
ctr | CTR |
avg | Average position |
Errors
HTTP code | Error message |
400 | Your site is not shared with our account |
SEO potential
This tool enables you to assess the:
- potential traffic volume;
- potential cost of traffic, if acquired from Google Ads;
- potential number of new customers.
Request format
GET /analytics/{$site_id}/potential/?top_n=10&lead_price=50&conversion_rate=100 |
Request parameters
Name | Description |
top_n | If the request is delivered, then it calculates the potential traffic volume if all queries make it to the TOP. Otherwise, it returns the current traffic estimate for queries added to the system. |
lead_price | Estimated income from one client |
conversion_rate | Conversion to sales |
Response example
[{ “site_engine_id”: 586, “traffic”: 1, “traffic_value”: 5.85, “leads_qty”: 0, “leads_price”: 0},…] |
Result
Name | Description |
site_engine_id | Search engine ID |
traffic | Traffic forecast |
traffic_value | Traffic cost |
leads_qty | Number of clients |
leads_price | Estimated profit |