Skip to content

Commit b07592b

Browse files
Merge pull request #1118 from plausible/realtime-page-internal-linking
Realtime page internal linking
2 parents 00a3a79 + c6675d1 commit b07592b

8 files changed

Lines changed: 10 additions & 63 deletions

_articles/plausible-the-more-accurate-alternative-to-google-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In GA, it’s possible to exclude internal traffic from polluting your analytics
158158

159159
Google Analytics can take [up to 48 hours](https://support.google.com/analytics/answer/11198161?hl=en) to fully process data and update your reports. This generally means a delay in making important decisions, or worse: not knowing that the data may not be fresh and making misinformed decisions.
160160

161-
Plausible’s data is always fresh and constantly updated. Real-time analytics, no waiting.
161+
Plausible’s data is always fresh and constantly updated. [Real-time analytics](https://plausible.io/real-time-web-analytics), no waiting.
162162

163163
### Time on page tracking inaccuracy
164164

@@ -212,4 +212,4 @@ More accurate data means more confident decisions. That accuracy doesn’t requi
212212

213213
[Try Plausible free](https://plausible.io/register): no setup overhead, no consent banners, no estimated numbers. You can also follow our [GA4 to Plausible migration guide](/migrate-from-google-analytics).
214214

215-
On WordPress? Install our official [plugin](/wordpress-analytics-plugin).
215+
On WordPress? Install our official [plugin](/wordpress-analytics-plugin).

_articles/real-time-web-analytics.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ You do not need to enable a separate real-time product or add another tracking s
109109

110110
See an example of a real-time dashboard in Plausible, filtered by a goal, showing how it is being completed in real-time:
111111

112-
<div class="browser-frame">
113-
<img src="/uploads/plausible-realtime-dashboard-filtered-by-goal.png" alt="Plausible real-time dashboard filtered by a conversion goal, showing sources, pages, cities, browsers and properties" loading="lazy" decoding="async" />
114-
</div>
112+
![Plausible real-time dashboard filtered by a conversion goal, showing sources, pages, cities, browsers and properties](/uploads/plausible-realtime-dashboard-filtered-by-goal.png "Plausible real-time dashboard filtered by a conversion goal")
115113

116114
## Plausible vs Google Analytics real-time reports
117115

_articles/website-analytics-for-personal-sites-and-blogs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This helps you see not just what ranks, but which content keeps bringing readers
121121

122122
Publishing is often fast-moving. Editors want to understand how newly published stories perform as readers discover them.
123123

124-
Plausible includes a **[real-time analytics view](https://plausible.io/docs/realtime-dashboard)** that shows what is happening on your site at this moment.
124+
Plausible includes a **[real-time analytics view](https://plausible.io/real-time-web-analytics)** that shows what is happening on your site at this moment.
125125

126126
You can see:
127127

@@ -201,4 +201,4 @@ Many publishers run their sites on WordPress, Ghost, Drupal, or custom CMS setup
201201

202202
[Start a free 30-day trial](https://plausible.io/register). No credit card required. Run it alongside Google Analytics, compare your traffic numbers and use the [Google Analytics importer](https://plausible.io/docs/google-analytics-import) to bring your historical data across when you switch.
203203

204-
**Larger organization?** If your team needs Single Sign-On or a managed proxy, see [enterprise web analytics](/enterprise-web-analytics).
204+
**Larger organization?** If your team needs Single Sign-On or a managed proxy, see [enterprise web analytics](/enterprise-web-analytics).

_posts/2020-08-07-the-most-important-web-analytics-metrics-and-their-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Visit duration is another metric that can help you measure the quality of your s
197197

198198
How many people are on your site right now. This includes all visitors who have loaded a page in the last 5 minutes.
199199

200-
In Plausible Analytics, you can click on the number of current visitors to enter the "Realtime" dashboard and see what pages current visitors are viewing, referral sources that sent them to your site, completed goals and other details.
200+
In Plausible Analytics, you can click on the number of current visitors to enter the [Realtime dashboard](https://plausible.io/real-time-web-analytics) and see what pages current visitors are viewing, referral sources that sent them to your site, completed goals and other details.
201201

202202
This is especially useful in those cases where you have a spike in traffic and want to understand what that is caused by. When I see an unusually high number of active visitors on site, I enter the realtime view and look at the referral sources and the top pages.
203203

_posts/2024-07-17-every-possible-way-to-ensure-your-web-analytics-is-working-correctly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you are comparing two analytics tools and expecting to see exact same numbers
3232

3333
### Start by checking your Real Time and/or Landing Pages data
3434

35-
The best way to quickly verify that your analytics script is working is to check the real-time data. If the data is showing up correctly, it means your script is functioning properly. If your analytic tool does not have Real Time reports, wait for a few minutes to see if data shows up in standard reports.
35+
The best way to quickly verify that your analytics script is working is to check the [real-time data](https://plausible.io/real-time-web-analytics). If the data is showing up correctly, it means your script is functioning properly. If your analytic tool does not have Real Time reports, wait for a few minutes to see if data shows up in standard reports.
3636

3737
Alternatively, see if you can spot some landing pages getting no or unusually little traffic. One possible cause of this could be that your website developer missed adding the tracking script to a few web pages, or you're running analytics for a Single Page Application (SPA) with a broken installation.
3838

@@ -121,4 +121,4 @@ If these processes don’t help, then check your site’s Network tab and follow
121121

122122
Implement your tracking setup in batches. If you have a robust measurement plan with a lot of events to track and are just starting to set up a new analytics account, then do not install everything in one go.
123123

124-
Start by implementing the foundational events, this will reduce the amount of noise in the data, and will help you ensure that the tracking is working as expected. You can then test them for a couple of days, and continue the exercise with other events as well.
124+
Start by implementing the foundational events, this will reduce the amount of noise in the data, and will help you ensure that the tracking is working as expected. You can then test them for a couple of days, and continue the exercise with other events as well.

_posts/2024-12-06-everything-that’s-complicated-to-do-in-google-analytics-than-plausible.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Here’s how to study a segment in GA4:
162162

163163
#### In Plausible
164164

165-
Simply select “Realtime” from the time period filter or press R on your keyboard. You can even select any other entry (like an acquisition channel, a page, a goal, etc.) to filter real time traffic further and make important decisions in real time. 
165+
Simply select “Realtime” from the time period filter or press R on your keyboard. You can even select any other entry (like an acquisition channel, a page, a goal, etc.) to [filter real-time traffic](https://plausible.io/real-time-web-analytics) further and make important decisions in real time. 
166166

167167
This is especially useful in making real-time decisions, for instance on high volume, high spend media buying campaigns. Check out our [real time dashboard](https://plausible.io/plausible.io?period=realtime&keybindHint=R) here.
168168

@@ -234,4 +234,4 @@ We explain [this process and custom dimensions in more detail](https://plausible
234234

235235
Transitioning from GA4 to Plausible? We have a [guide](https://plausible.io/migrate-from-google-analytics) to help.
236236

237-
Ready to try the simplest web analytics tool? [Create your account now](https://plausible.io/register)!
237+
Ready to try the simplest web analytics tool? [Create your account now](https://plausible.io/register)!

assets/css/style.css

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -69,57 +69,6 @@ article img {
6969
white-space: pre-wrap;
7070
}
7171

72-
.prose .browser-frame {
73-
position: relative;
74-
margin-top: 2.5rem;
75-
margin-bottom: 1.5rem;
76-
overflow: hidden;
77-
border: 1px solid #e5e7eb;
78-
border-radius: 0.5rem;
79-
background: #ffffff;
80-
box-shadow: 0 10px 25px rgba(17, 24, 39, 0.08);
81-
}
82-
83-
.prose .browser-frame::before {
84-
content: "";
85-
display: block;
86-
height: 26px;
87-
background: #f4f4f5;
88-
}
89-
90-
.prose .browser-frame::after {
91-
content: "";
92-
position: absolute;
93-
top: 9px;
94-
left: 12px;
95-
width: 7px;
96-
height: 7px;
97-
border-radius: 50%;
98-
background: #ef4444;
99-
box-shadow: 12px 0 #f59e0b, 24px 0 #22c55e;
100-
}
101-
102-
.prose .browser-frame img {
103-
display: block;
104-
width: 100%;
105-
max-width: 100%;
106-
margin: 0;
107-
border-radius: 0;
108-
}
109-
110-
@screen lg {
111-
.prose .browser-frame {
112-
width: 150%;
113-
margin-left: -25%;
114-
}
115-
116-
.prose .browser-frame img {
117-
width: 100%;
118-
max-width: 100%;
119-
margin-left: 0;
120-
}
121-
}
122-
12372
.prose table {
12473
display: block;
12574
overflow-x: auto;
85.9 KB
Loading

0 commit comments

Comments
 (0)