Understand general concepts, response codes, and authentication methods for working with the Litlyx API.
Api Key
, open the workspace’s settings tab on Litlyx Cloud.
Code | Description |
---|---|
200 | Successful request. |
400 | Check that the parameters were correct. |
401 | The API key used was missing. |
403 | The API key used was invalid. |
404 | The resource was not found. |
429 | The rate limit was exceeded. |
500 | Indicates an error with Litlyx servers. |
rows
with specific names, and the API will return only the values you request. Here is the list of row names
to include in the body of your requests:
Name | Description |
---|---|
website | Website domain. |
page | Page path (url) |
referrer | External source from where the visit originates. |
browser | Browser used by your visitor. |
country | Visitor country. |
continent | Visitor continent. |
os | Visitor operative system. |
device | Visitor device. |
created_at | When the visit was made. |
session | Session formula: hash(daily_salt + strip(website_domain) + strip(ip_address) + user_agent) |
flowHash | *Internal use. |
Name | Description |
---|---|
name | Event name. |
metadata | Event metadata. |
created_at | When the event was made. |
session | Session formula: hash(daily_salt + strip(website_domain) + strip(ip_address) + user_agent) |
metadata
: Get all the event’s metadata.
metadata.custom_field
: Get only the metadata custom_field
field.
Start integrating your data collected with Litlyx into your proprietary apps today!