Skip to content

Commit

Permalink
feat(web-analytics): Tidy up copy on session explorer (#25595)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
robbie-c and github-actions[bot] authored Oct 23, 2024
1 parent d8efec3 commit f93d791
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,17 @@ export function SessionAttributionExplorer(): JSX.Element {
<div className="flex items-center flex-wrap gap-2 justify-between">
<div className="flex-1 min-w-full sm:min-w-0">
<p>
You can use the Session attribution explorer (beta) to find understand how your sessions are
You can use the Session attribution explorer (beta) to understand how your sessions are
attributed. We use the referring domain, <code>utm_source</code>, <code>utm_medium</code>,{' '}
<code>utm_campaign</code>, and the presence of advertising ids like <code>gclid</code> and{' '}
<code>gad_source</code>, to assign a session a{' '}
<Link to="https://posthog.com/docs/data/channel-type">Channel type</Link>.
</p>
<p>
The table below shows sessions that are grouped, and you can change how they are grouped.
Any columns that are not used in the grouping will show example values.
If you believe that a session is attributed incorrectly, please let us know! If you'd like
to customize your Channel attribution, please leave feedback on the{' '}
<Link to="https://github.com/PostHog/posthog/issues/21195">feature request</Link>.
</p>
<p>If you believe that a session is attributed incorrectly, please let us know!</p>
</div>
{showSupportOptions ? (
<span className="flex items-center gap-2">
Expand Down

0 comments on commit f93d791

Please sign in to comment.