Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/connections/spec/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Page call lets you record whenever a user sees a page of your website, along

{% include components/reference-button.html href="https://university.segment.com/introduction-to-segment/299969?reg=1&referrer=docs" icon="media/academy.svg" title="Segment University: The Page Method" description="Check out our high-level overview of the Page method in Segment University. (Must be logged in to access.)" %}

**Note: In `analytics.js` a Page call is included in the snippet by default** just after `analytics.load`. Many destinations require this page event to be fired at least once per page load for proper initialization. You may add an optional `name` or `properties` to the default call, or call it multiple times per page load if you have a single-page application.
**Note: In `analytics.js` a Page call is included in the snippet by default**, just after `analytics.load`. Many destinations require a page event to be fired at least once per page load for proper initialization. You can add an optional `name` or `properties` object to the default call, or make a Page call multiple times per page load if you have a single-page application.

Here's the payload of a typical Page call with most [common fields](/docs/connections/spec/common/) removed:

Expand Down Expand Up @@ -101,4 +101,4 @@ Reserved properties Segment has standardized:
| `url` | String | Page's full URL. Segment first looks for the canonical URL. If the canonical URL is not provided, Segment uses [`location.href`](https://developer.mozilla.org/en-US/docs/Web/API/Location){:target="_blank"} from the DOM API. |
| `keywords` | Array [String] | A list/array of keywords describing the page's content. The keywords would most likely be the same as, or similar to, the keywords you would find in an HTML [meta](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#Attributes){:target="_blank"} tag for SEO purposes. This property is mainly used by content publishers that rely heavily on pageview tracking. This isn't automatically collected. |

**Note:** In [analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/), Segment automatically sends the following properties: `title`, `path`, `url`, `referrer`, and `search`.
**Note:** In [Analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/), Segment automatically sends the following properties: `title`, `path`, `url`, `referrer`, and `search`.
Loading