Get Traffic Data by Keywords
GET
https://apigw.seomonitor.com/v3/organic-traffic/v3.0/keywords
Request
Query Params
campaign_id
integer
required
Example:
{{campaign_id}}
start_date
string
required
Example:
{{start_date}}
end_date
string
required
Example:
{{end_date}}
segment
string
optional
Accepted values are
all
, non-brand
, brand
, or the name of a custom traffic segment created in the SEOmonitor platform, e.g. "blog".Example:
{{segment}}
limit
integer
optional
limit
, the default number of records returned per request will be 100.Example:
{{limit}}
offset
integer
optional
limit
parameter to implement pagination.offset
, the API will start from the first record.Example:
{{offset}}
order_by
string
optional
avg_position
sessions
transactions
goals
transactions_revenue
goals_revenue
order_direction
, the default is asc
, which means the API will sort the data in ascending order.Example:
sessions
order_direction
string
optional
order_by
field. You can sort the data in either ascending (asc
) or descending (desc
) order.tracking_status
is not specified, data for all keywords is returned.Example:
{{order_direction}}
tracking_status
string
optional
tracked
, untracked
, and all
.tracking_status
is not specified, data for all keywords is returned.Example:
{{{tracking_status}}
search
string
optional
search
parameter allows you to filter the results based on a keyword search. The API will return only those records where the keyword matches (fully or partially) the provided search term.Example:
{{search}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-11-05 13:58:39