Skip to content

Commit

Permalink
Rename segment to "Type of visit" refs #8733
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Sep 23, 2015
1 parent 77449aa commit 54b2496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en.json
Expand Up @@ -379,7 +379,7 @@
"Visitors": "Visitors",
"VisitsWith": "Visits with %s",
"VisitorSettings": "Visitor Settings",
"VisitType": "Visitor type",
"VisitType": "Visit type",
"VisitTypeExample": "For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain %s",
"Warning": "Warning",
"WarningPhpVersionXIsTooOld": "The PHP version %s you are using has reached its End of Life (EOL). You are strongly urged to upgrade to a current version, as using this version may expose you to security vulnerabilities and bugs that have been fixed in more recent versions of PHP.",
Expand Down
Expand Up @@ -219,7 +219,7 @@
<row>
<type>dimension</type>
<category>Visit</category>
<name>Visitor type</name>
<name>Visit type</name>
<segment>visitorType</segment>
<acceptedValues>new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain &quot;&amp;segment=visitorType==returning,visitorType==returningCustomer&quot;</acceptedValues>
</row>
Expand Down

0 comments on commit 54b2496

Please sign in to comment.