Skip to content

Commit a4e87b0

Browse files
authored
Add note about pageName screen setting.md
We added a new setting a few months ago and while it appears under the "Settings" in our docs, it is not explicitly explained. This adds an example of how the setting works. Here is the PR for the original change: https://github.com/segmentio/integrations/pull/1722 and JIRA for release last December: https://segment.atlassian.net/browse/CC-7103.
1 parent 53802f3 commit a4e87b0

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 will set `properties.screen` to `<pageName>`. Otherwise, Segment will fallback on `'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)