> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/pathways-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/pathways-docs/pathway-editor/pathway-activities/web-activity.md).

# Web Activity

**Web activities are experiences that happen outside of an app.**&#x20;

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.&#x20;

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

{% embed url="<https://cdn.falkor.io/uploads/2020/10/cloud-file-6470/94bdb4e51aff830f9b87ed834a6a21e3.mp4>" %}
How to create a web activity.
{% endembed %}

**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.

If you wish to provide deeper tracking with push and pull events, please read our [Web Tracking API documentation](https://beta.falkor.io/u/webtracking-api-docs/).

## Web Activity Example: Javascript Web Tracking

**Here is a simple example of using the Javascript Web Tracking API.**&#x20;

{% embed url="<https://cdn.falkor.io/uploads/2020/10/cloud-file-6470/b59102d28b62d064d0926cbbc750db19.mp4>" %}
Javascript Web Tracking example
{% endembed %}

**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.
