Analytics
Last updated
Last updated
Summary of all events within a date range for a particular site_id
By default, this endpoint returns data for the following events:
site-page-view
form-submit
link-call
link-outgoing
You can optionally pass an events
list, which is a comma separated list of "Event names" to report on.
Example: ?events=form-submit,link-facebook,link-call
Which events that are tracked will depend somewhat on the elements that are present on your template, but a list of all possible events and their "Event name" can be found here:
Name
Type
Description
site_id
string
required ID of the Site
you want to get the report for
report_type
string
required Example: full_report
from_date
string
required YYYY-MM-DD
formatted date string
to_date
string
required YYYY-MM-DD
formatted date string
events
string
By default this endpoint returns a standard set of event types. See event types below for more details.