ORGANIZATION_ID
for your organization by contacting us.ORGANIZATION_ID
with the value you received.adora-start.js
, which loads the snippet./sessions/preload
, which fetches the requisite configs to process sessions./sessions/start
, which creates a session./sessions/SESSION_ID/events
, which sends browser data for processing.ORGANIZATION_ID
for your organization by contacting us.ORGANIZATION_ID
with the value you received.adora-start.js
, which loads the snippet./sessions/preload
, which fetches the requisite configs to process sessions./sessions/start
, which creates a session./sessions/SESSION_ID/events
, which sends browser data for processing.ORGANIZATION_ID
for your organization by contacting us._app.page.tsx
or layout file in your application where you want Adora to capture session data. Replace the ORGANIZATION_ID
with the value you received.adora-start.js
, which loads the snippet./sessions/preload
, which fetches the requisite configs to process sessions./sessions/start
, which creates a session./sessions/SESSION_ID/events
, which sends browser data for processing.integrity
and crossorigin
attributes:
adora-start.js
- The main Adora script24.adora-start.js
, 381.adora-start.js
) - Dynamic imports loaded by the main scriptavailableVersions
- Array of available pinned versionsgeneratedAt
timestamp showing when the hashes were last updatedavailableVersions
array in the response. Each version includes:
hash
: The version identifierintegrityFile
: The path to the version-specific integrity filemainFile
: The path to the version-specific main script032fd072
:
adora-start.js
fails to loadscript-src
header set up as per the Content Security Policy Settings.
adora-start.js
loads, but calls to /sessions/preload
500s.connect-src
header set up as per the Content Security Policy Settings.
adoraStart
does not exist, you can add the following
snippet in the file you are calling adoraStart
from:
adora-cdn.com
and *.adora-cdn.com
to the connect-src
and script-src
directives.