Skip to content

Commit eba9e1f

Browse files
jfoskinmarkzegarelli
andauthored
When to call Page (#5034)
* When to call Page * Update index.md * Update index.md * Update src/connections/sources/catalog/libraries/website/javascript/index.md --------- Co-authored-by: markzegarelli <[email protected]>
1 parent cbb0a9b commit eba9e1f

File tree

1 file changed

+2
-0
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+2
-0
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ The [Page](/docs/connections/spec/page/) method lets you record page views on yo
212212

213213
Because some Destinations require a `page` call to instantiate their libraries, **you must call `page`** at least once per page load. You can call it more than once if needed, for example, on virtual page changes in a single page app.
214214

215+
See the implementation guide for more information about [calling the Page method](/docs/getting-started/04-full-install/#when-to-call-page).
216+
215217
Analytics.js includes a Page call by default as the final line in [the Analytics.js snippet](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet). You can update this `page` call within the guidelines below.
216218

217219
The `page` method follows the format below.

0 commit comments

Comments
 (0)