Skip to content

Commit

Permalink
Mention nosto-js library
Browse files Browse the repository at this point in the history
  • Loading branch information
timowestnosto committed Nov 11, 2024
1 parent 3fef0b8 commit 32bc6c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ The JS comprises of three parts - the first is the "stub" (which allows API usag
**Note:** The script and the snippet should be added as high up in the `<head>` portion of the page so the connection is initialised as soon as possible. As the script is flagged `async`, the page load isn’t delayed.

**Note:** This needs to exist on every page.

Alternatively to the script injection Nosto can also be used as a library dependency in your Javascript application via the following utility library [Nosto Js](https://github.com/Nosto/nosto-js)
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To start tracking visits and content the Nosto script needs to be active on all

**Note:** This needs to exist on every page.

Alternatively to the script injection Nosto can also be used as a library dependency in your Javascript application via the following utility library [Nosto Js](https://github.com/Nosto/nosto-js)

## Troubleshooting Nosto script:

Once included on all pages, you can review if the site is transmitting data using the Nosto Debug Toolbar. If the debug toolbar executes and shows up on the page Nosto can track visits on the page. You can further verify your session in the Nosto admin by using the live feed under **https://my.nosto.com/admin/$accountID/liveFeed**
Expand Down
2 changes: 2 additions & 0 deletions implementing-nosto/manual-implementation/add-nosto-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To start tracking visits and content the Nosto script needs to be active on all

**Note:** This needs to exist on every page.

Alternatively to the script injection Nosto can also be used as a library dependency in your Javascript application via the following utility library [Nosto Js](https://github.com/Nosto/nosto-js)

## Troubleshooting Nosto script:

Once included on all pages, you can review if the site is transmitting data using the Nosto Debug Toolbar. If the debug toolbar executes and shows up on the page Nosto can track visits on the page. You can further verify your session in the Nosto admin by using the live feed under [https://my.nosto.com/admin/$accountID/liveFeed](https://my.nosto.com/admin/$accountID/liveFeed)
Expand Down

0 comments on commit 32bc6c4

Please sign in to comment.