- 26 Sep 2024
- 1 Minute to read
- Print
Capturing User Data For Externally Hosted Activities
- Updated on 26 Sep 2024
- 1 Minute to read
- Print
Do you need to collect data on the users that are accessing your externally hosted course activities? You can add parameters to your external URL that will cause the Skillable TMS to pass the requested information about the user to you. Externally hosted activities include any course activity using an external link such as: Add Video, Add Document or Add External Link.
Capture User Data
There are four user fields that can pass information to you:
Field | User Data |
---|---|
User ID | userId={userID} |
email={email} | |
First Name | firstName={firstName} |
Last Name | lastName={lastName} |
To have this information passed to you, type the parameters for the fields you want at the end of the URL of the activity connected with an ampersand. For example, if you added userId={userId}&email={email}&firstName={firstName}&lastName={lastName}
to the end of a URL accessing an external video module, the URL would look like this:
https ://videoplayer.yourorganization.com/player/Mod101_AM01?userId={userId}&email={email}&firstName={firstName}&lastName={lastName}
When a student watches the video from the Skillable TMS, you would be given the following information from the student's account:
Field | User Data |
---|---|
TMS User ID | 111111 |
studentname@anywhere.none | |
First Name | Student |
Last Name | Name |