Retrieves the daily share of clicks of your domain and the top ten ones by visibility, on a specific keyword list, for the selected timeframe.You can use this endpoint in two ways:to retrieve the Share of Clicks data of an existing keyword group created in the SEOmonitor campaign, by specifying the group_id in the request.to retrieve the Share of Clicks data of a list of requested keywords, by specifying the list of keyword_ids in the request.
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params
Header Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/daily-share-of-clicks?campaign_id={{campaign_id}}&start_date=2024-01-01&end_date=2024-01-02&group_id={{group_id}}&keyword_ids={{keyword_ids}}' \
--header'Accept: application/json' \
--header'Authorization;'