API Documentation
- Introduction
- Authentication
- Errors
- ApiTokens
- Organizations
- Projects
- Domains
- ProxySettings
- Components
- ProjectComponents
- Statistics
- DataCollectionEvents
- Users
- Invitations
- DataCollection (Project)
Collect an Edgee event
Collects a new Edgee event at the edge and forwards it to the configured components.
Body
This is a wrapper for the Edgee event object.
The data collection object includes details about context and events.
The events array includes a list of events to collect at the edge.
The page event's data. This will be merged with the data_collection.context.page object.
The page's category.
The page's meta keywords.
The page's name/title.
The page's path (excluding protocol and hostname).
The page's custom properties as (string-string) key-value pairs.
The page's referrer.
The page's query string.
The page's title.
The page's full URL.
The page event type
page
The context object includes details about client, campaign, page, and user.
The context.campaign object includes details about the utm data parameters.
The campaign content
The campaign creative format
The campaign marketing tactis
The campaign medium
The campaign name
The campaign source
The campaign term
The context.client object includes details about the client device such as screen_width, screen_height, screen_density, and so on.
The client's operating system version
The client's screen width in pixels
The client's screen width in pixels
The client's screen width in pixels
The client's timezone
The client's architecture
The client's bitness
The client's user agent full version list
The client's user agent model
The context.page object includes details about the page that generated this event, such as its URL, title, referrer, and so on.
The page's category.
The page's meta keywords.
The page's name/title.
The page's path (excluding protocol and hostname).
The page's custom properties as (string-string) key-value pairs.
The page's referrer.
The page's query string.
The page's title.
The page's full URL.
The context.user object includes details about the user that generated this event.
Was this page helpful?