Pathways
  • Overview
  • Pathway Editor
    • Create a Pathway
    • Pathway Activities
      • Article Activity
      • Assessment Activity
      • Audio Activity
      • Certificate Activity
      • Chat Activity
      • Classroom Activity
      • Confirmation Activity
      • Connect Pathway
      • Data Activation
      • Data Tracking
      • Event Activity
      • Forum Post
      • Milestone
      • Physical Activity
      • Pitch Presentation
      • Podcast Episode Activity
      • Powerpoint
      • Reward Activity
      • Story Activity
      • Stream Snippet Activity
      • Survey Activity
      • Video Activity
      • Web Activity
      • YouTube Video Activity
    • Events/Classroom
    • Linked Data
    • Rewards and Badges
    • Certificates
    • API & Webhooks
    • Pathway Settings
      • General Settings
      • Enrolment Dates
      • Pathway Notifications
      • Activity Sorting
    • Pathways FAQ
  • PUBLISH
    • Publish Pathway
    • Listing
    • Themes & Assets
    • Targeting
Powered by GitBook
On this page

Was this helpful?

  1. Pathway Editor
  2. Pathway Activities

Web Activity

Create off-app experiences.

PreviousVideo ActivityNextYouTube Video Activity

Last updated 1 year ago

Was this helpful?

Web activities are experiences that happen outside of an app.

The combination of Web Activity and Web Tracking is a powerful mechanism that allows any off-app activity & pathway integration to be limited only by the imagination.

Off-app experiences can take the form of websites, LMSes, web games, single-purpose interactives, or linking through to just about any platform.

To simply track that a user has visited the URL, use the code snippet provided when you set up a Web Activity. This option is perfect if your web activity is server-less, or if it is a single-purpose interactive experience.

Web Activity Example: Javascript Web Tracking

Here is a simple example of using the Javascript Web Tracking API.

Along the pathway, users are presented with a Web Activity that requires them to push a button 10 times in order to complete. When selecting the activity, the user will be taken to the external location/URL where the activity is hosted. Once the fulfilment has been reached (in this case pushing a button 10 times), the activity on the pathway will be marked as complete.

Access the full source code on GitHub.

If you wish to provide deeper tracking with push and pull events, please read our .

Web Tracking API documentation
How to create a web activity.
Javascript Web Tracking example