Capturing User Data For Externally Hosted Activities
    • 13 Aug 2024
    • 1 Minute to read

    Capturing User Data For Externally Hosted Activities


    Article summary

    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:

    FieldUser Data
    User IDuserId={userID}
    Emailemail={email}
    First NamefirstName={firstName}
    Last NamelastName={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:

    FieldUser Data
    TMS User ID111111
    Emailstudentname@anywhere.none
    First NameStudent
    Last NameName

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.