Skip to content

Commit 312df29

Browse files
author
markzegarelli
authored
Merge pull request #1517 from segmentio/kdaswani-patch-2
Add note about pageName screen setting.md
2 parents 333d58a + 260bafc commit 312df29

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/adobe-analytics

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/adobe-analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Segment's server-side integration is not open-source. Let's explore what happens
105105

106106
For `.page()` events, this XML tag is set as the `category` of the page call, which is sent by providing both `category` and `name` (ie. `.page('Some Category', 'Some Name');`)
107107

108-
3. For `.track()` events, Segment sets `<pageName>` as `properties.pageName`, `properties.page`, `context.page.title`, `context.screen.name` or `'None'` (in order of precedence).
108+
3. For `.track()` events, Segment sets `<pageName>` as `properties.pageName`, `properties.page`, `context.page.title`, or `context.screen.name` (in order of precedence). If none of these fields are available and **Page Name Fallback to Screen** is enabled, Segment sets `properties.screen` to `<pageName>`. Otherwise, Segment falls back to `'None'`.
109109
For `.page()` calls, Segment sets the tag as the `name`. This can be sent by providing the first parameter: `.page('Some Name');`
110110

111111
4. Since Adobe Analytics does not [support sending timestamped hits a `<visitorID>`](https://marketing.adobe.com/resources/help/en_US/sc/implement/timestamps-overview.html), if you have set your Report to **Timestamp Disabled**, Segment sets `<visitorID>` as these values in order of precedence:

0 commit comments

Comments
 (0)