The User Pages file contains a series of all the pages that the user has visited, including the raw event data recorded on each page.
Method: GET
URI: /api/v1/export/userPages?uid={USER_ID}
Parameters:
Name | Description |
---|---|
uid | The application-specific ID you've given to the user. You will have passed that ID through the FS.identify Browser API function. |
Request Headers
Authorization: Basic {YOUR_API_KEY}
Status Codes
200
: User Pages file sent in the body