Segment not returning expected values in Analytics UI
When a segment doesn’t return expected values in Adobe Analytics UI after changing the UI language from English to Spanish, utilize the Referrer Type dimension. This dimension employs enumerated values as keys in the segment definition, which should function consistently across languages.
Description description
Environment
Adobe Analytics
Issue/Symptoms
A segment based on the Referrer dimension doesn’t return expected values when the language of the UI is changed from English to Spanish.
Steps to reproduce:
- Create a segment based on the Referrer dimension such as
Referrer = Typed/Bookmarked - Create any report in Workspace such as Referrer with Visits metric for any date range
- Apply the above segment. Notice the numbers.
- Change the language to Spanish
- Notice the numbers - the numbers change unexpectedly
Resolution resolution
Use the Referrer Type dimension. This uses enumerated values as keys in the segment definition that should work consistently across languages.
Cause
The dimension Referrer currently uses the keyword Typed/Bookmarked in English even when the language is changed to Spanish. This is why the data is incorrect.