Collect an analytics event
Ingest one analytics event. The endpoint is fire-and-forget: it always responds 204 No Content with an empty body, whether the event was recorded or silently dropped (validation error, excluded IP, excluded path, tracking disabled on the site, or a localhost origin). This is by design to avoid client-side error noise. The body field set follows the `collectAnalyticsValidator` schema (event name, page path, optional properties).
/analytics/eventshttps://api.lynkow.com/storefront/{siteId}Request bodyrequired
osunionOperating system name
clsunionCumulative Layout Shift score (unitless, Core Web Vital)
fidunionFirst Input Delay in milliseconds (Core Web Vital)
inpunionInteraction to Next Paint in milliseconds (Core Web Vital)
lcpunionLargest Contentful Paint in milliseconds (Core Web Vital)
ttfbunionTime To First Byte in milliseconds
browserunionBrowser name
click_xunionHorizontal click coordinate in pixels
click_yunionVertical click coordinate in pixels
form_idunionIdentifier of the form involved in the event
is_exitbooleanBoolean
visiblebooleanBoolean
file_urlunionURL of the downloaded file
is_entrybooleanBoolean
languageunionBrowser language code
page_urlstringMax 2048 characters
timezoneunionTimezone name (IANA, e.g. Europe/Paris)
utm_termunionUTM term campaign parameter
file_nameunionName of the downloaded file
form_nameunionName of the form involved in the event
page_pathstringrequiredRequired. Max 1024 characters
event_timestringrequiredRequired
event_typeenumrequiredRequired. One of: pageview, scroll, time_on_page, cwv, exit, heartbeat, click, outbound_link, file_download, email_click, phone_click, rage_click, dead_click, copy, form_start, form_submit, form_abandon, form_field, form_error, heatmap_click
One of:
pageviewscrolltime_on_pagecwvexitheartbeatclickoutbound_linkfile_downloademail_clickphone_clickrage_clickdead_clickcopyform_startform_submitform_abandonform_fieldform_errorheatmap_clickfield_nameunionName of the form field involved in the event
field_timeunionTime spent on the form field in milliseconds
field_typeunionType of the form field involved in the event
os_versionunionOperating system version string
page_titlestringMax 500 characters
session_idstringrequiredRequired. Analytics session UUID
utm_mediumunionUTM medium campaign parameter
utm_sourceunionUTM source campaign parameter
visitor_idstringrequiredRequired. 8-64 characters
click_countunionNumber of clicks recorded for the event
copied_textunionText copied by the visitor (copy event)
device_typeunionDevice category: desktop, laptop, mobile, tablet
utm_contentunionUTM content campaign parameter
engaged_timeunionActive engagement time in milliseconds (max 3600000)
screen_widthunionScreen width in pixels
scroll_depthunionScroll depth as a percentage (0-100)
time_on_pageunionTime on page in milliseconds (max 3600000)
utm_campaignunionUTM campaign name parameter
click_elementunionDescriptor of the clicked element
error_messageunionForm validation or submission error message
page_referrerunionURL of the referring page
screen_heightunionScreen height in pixels
file_extensionunionExtension of the downloaded file
traffic_sourceunionTraffic source channel: direct, organic, social, paid, referral, email, internal, ai
viewport_widthunionViewport width in pixels
browser_versionunionBrowser version string
referrer_domainunionDomain of the referrer
scroll_behaviorunionScroll behavior pattern: reading, skimming, jumping
viewport_heightunionViewport height in pixels
click_element_idunionID attribute of the clicked element
click_target_urlunionTarget URL of the clicked link
max_scroll_depthunionMaximum scroll depth reached as a percentage (0-100)
click_element_tagunionTag name of the clicked element
cookie_visitor_idunionVisitor UUID from the consent cookie (set when consent is given)
visitor_id_sourceenumOne of: cookie, fingerprint, hybrid
One of:
cookiefingerprinthybridclick_element_textunionText content of the clicked element
click_element_classunionClass attribute of the clicked element
form_completion_rateunionForm completion rate as a percentage (0-100)