Documentation Index
Fetch the complete documentation index at: https://developers.autoplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
Auto-generated from
autoplay_sdk/skills/. Edit the source SKILL.md and run python scripts/sync_skill_docs.py..md Β· Open raw file Β· Install via CLI: autoplay-install-skills
Activity Source β FullStory Streams
Readautoplay-corefirst β thesession_idin the FullStory payload maps directly to the Autoplaysession_idused for session scoping.
Prerequisites
- FullStory installed and capturing sessions (
FS('getSession')returns a URL) - Enterprise or Advanced FullStory plan (Streams requires Anywhere: Activation)
- Admin or Architect role in FullStory
- Autoplay ingest endpoint URL and auth token
Step 1 β Create the Stream
In FullStory: Settings β Anywhere β Activation β Create Stream- Name:
autoplay-every-click - Description:
Streams every user click event to the Autoplay SDK
Step 2 β Configure destination
| Field | Value |
|---|---|
| Destination type | HTTP Endpoint |
| Request Method | POST |
| API Endpoint URL | Your Autoplay ingest URL |
| Authentication | Bearer token |
Step 3 β Define the trigger
- Click Select an event β choose Element Clicked
- Add no filters β empty = every click
- Frequency: On every event (not βOnce per sessionβ β that only fires once per user session)
Step 4 β JSON field mapping
Switch to JSON view in Field Mapping and paste:session_id here is the key used for session scoping in autoplay-core β use it as the session_id bucket key throughout.
Step 5 β Test and save
- Click Send Test β confirm
200 OKunder Server Response - Click Save
IP allowlist
Whitelist these on your Autoplay endpoint:- US:
8.35.195.0/29 - EU:
34.89.210.80/29
Reference
- Full tutorial: https://developers.autoplay.ai/recipes/fullstory
- FullStory Streams docs: https://developer.fullstory.com/anywhere/activation/streams/