Skip to content

Commit 7dd260a

Browse files
Merge pull request #729 from plausible/utm-explanation
utm
2 parents aaa49d3 + 34811cc commit 7dd260a

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/guided-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ See all the acquisition channels and sources of traffic ranked by the number of
8484
You can use the **Campaigns** tab to view your campaigns separately from other traffic sources. These are visitors coming from UTM tagged links such as those in your emails, social media or in your paid advertising campaigns. Click on **Medium**, **Source**, **Campaign**, **Term** and **Content** to explore these.
8585

8686
:::tip Referral sources are counted per session
87-
UTM parameters and other referral sources are only recorded when they start a new session. [Read more about how sources are counted](top-referrers.md).
87+
UTM parameters and other referral sources are only recorded when they start a new session. [Read more about how sources are counted](top-referrers.md). If your UTM link returns a 202 response but nothing appears in the **Campaigns** tab, see [UTM parameters not appearing in Campaigns](troubleshoot-integration.md#utm-parameters-are-in-the-url-but-not-showing-in-the-campaigns-tab).
8888
:::
8989

9090
[Read more here](top-referrers.md).

docs/top-referrers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ With Plausible, there's no need for you to manually exclude unwanted referral so
5959

6060
Referral sources are counted only when they start a new session on your site. This prevents external domains such as payment gateways showing up in the list of sources when for instance visitors briefly leave your site to make a payment before returning back. The source that brought the visitor to your site in the first place will be the one attributed for that conversion.
6161

62+
If you expect UTM attribution but nothing appears in the **Campaigns** tab, see [UTM parameters not appearing in Campaigns](troubleshoot-integration.md#utm-parameters-are-in-the-url-but-not-showing-in-the-campaigns-tab).
63+
6264
### Consolidation of duplicate sources
6365

6466
UTM tags are case-sensitive, which may lead to duplicated or miscategorized traffic sources all depending on how the different links are tagged. To mitigate this issue, the **Sources** tab consolidates each source into a single entry, disregarding capitalization or naming differences in UTM tags.

docs/troubleshoot-integration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,18 @@ All referral sources are counted only when they start a new session on your site
145145

146146
This same mechanism is what keeps payment gateways and other external domains out of your referral sources. [Learn more about how referral attribution works](top-referrers.md).
147147

148+
## UTM parameters are in the URL but not showing in the Campaigns tab
149+
150+
UTM parameters are only attributed to the first pageview of a new session. If a visitor already has an active session on your site, pageviews with UTM parameters will not update the attribution for that session. A session stays active for 30 minutes after the last pageview.
151+
152+
Common reasons this happens during testing:
153+
154+
- You visited the site earlier in the same browser, even without UTM parameters
155+
- Another device on the same network visited the site recently, sharing your IP address
156+
- You tested multiple UTM links without waiting 30 minutes between each
157+
158+
To reliably test UTM attribution, use a network and device combination that has not visited your site in the past 30 minutes. Mobile data on a phone that has not visited the site recently is the most reliable option. Check the **Campaigns** tab after the visit to confirm attribution.
159+
148160
<details>
149161

150162
<summary>

0 commit comments

Comments
 (0)