Comment on page
➡
Data Export
The Data Export family of APIs enables exporting Spindl attribution data, for integration with internal systems and tools.
In addition to APIs, Spindl also supports custom data exports via S3. Please reach out if you are interested.
The Raw Events API provides access to all Spindl events that occurred within a specified a timeframe. This data provides a complete picture of all upstream and downstream events, and lets you build your own top-of-funnel tracking and downstream attribution models.
The API contains 4 types of events:
- Link Redirects: These events represents someone clicking on a particular Spindl link. Each event provides a variety of extra metadata you might see on Google Analytics (like Country, Browser, and Referer).
- Page Views: These events represent an SDK page view event. Each event provides a variety of extra metadata you might see on Google Analytics (like Country, Browser, Page, and Referer).
- Wallet Connects: These events represent an SDK attribution event, which maps a Spindl identity with an on-chain Wallet. Because these events span both an off-chain event and an on-chain identity, we'll provide metadata you might see on Google Analytics (like Country, Browser, and Referer) and metadata you might see in a wallet explorer (like the total number of NFTs and an ENS domain).
- Conversion Events: These events represent an on-chain action corresponding to your configured contract conversion events. These events will provide additional metadata you might see on a wallet explorer (like the total number of NFTs and an ENS domain).
This is essentially a dump of all touch points for a given user for your application. To attribute events (i.e. to determine if up-funnel event X led to downstream conversion event Y), you'll have to run the attribution yourself. Off-chain events (Link Redirects & Matches) can be joined with the
identity
field. On-chain events (Matches & Conversions) can be joined with the wallet
field. If you want a global view of all your data inside Spindl, this is it.
If you want attributed events, proceed to the next API call. get
https://api.spindl.xyz/v1/
data/events
Get all Event Logs (Raw)
Available via S3 export. API coming soon.
Last modified 4mo ago