GET
/
website
/
{hostname}
/
properties

Authorizations

_me_sess
string
cookierequired

Session token for authentication.

Path Parameters

hostname
string
required

Hostname for the website.

Required string length: 1 - 253

Query Parameters

start
string

Period start date using date-time notation in RFC3339 format, for example, (2017-07-21T17:32:28Z).

end
string

Period end date using fdate-time notation in RFC3339 format, for example, (2017-07-21T17:32:28Z).

path
object

Path of the page.

referrer
object

Referrer URL of the page hit.

utm_source
object

UTM source of the page hit.

utm_medium
object

UTM medium of the page hit.

utm_campaign
object

UTM campaign of the page hit.

browser
object

Browser name.

os
object

Operating system name.

device
object

Device type.

country
object

Country name.

language
object

Language code.

prop_name
object

Name of the property.

prop_value
object

Value of the property.

limit
integer

Limit the number of results.

Required range: 1 < x < 5000
offset
integer

Offset the results paired with the limit parameter.

Required range: 0 < x < 5000

Cookies

_me_sess
string
required

Session token for authentication.

Response

200 - application/json
name
string

Custom property name.

value
string

Custom property value.

events
integer
required

Number of events for custom property.

events_percentage
number
required

Percentage of events for custom property relative to all events.