Skip to content

Commit 9bb2813

Browse files
authored
Update single-page-apps.md
1 parent 63e441b commit 9bb2813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/single-page-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Analytics.js ships with a function called analytics.ready() which lets you make
4646

4747
Since the code in the head of your website is executed only on initial page load or a refresh, you can still make calls to those native tools, but they won't run on each emulated page view.
4848

49-
## How to track UTMs on a Single Page Application?
49+
## How can I track UTMs on a single-page application?
5050

51-
UTMs should be passed either in the URL and Segment will capture it automatically, or you [can manually pass it into](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#default-page-properties) the context campaign fields.
51+
Segment automatically captures UTMs that you pass in URLs. You can also [manually pass UTMs](/docs/connections/sources/catalog/libraries/website/javascript/#default-page-properties) into the context campaign fields.

0 commit comments

Comments
 (0)