You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/web-analytics/faq.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ Every route change that occurs in the single-page app will send the measurement
55
55
56
56
{{<faq-answer>}}
57
57
58
-
Unless you are using Rules to control which pages to be measured, using [automatic setup] will inject the JS snippet on all pages (sub-domains) under the zone.
58
+
Unless you are using Rules to control which pages to be measured, using [automatic setup](/web-analytics/get-started/#sites-proxied-through-cloudflare) will inject the JS snippet on all pages (sub-domains) under the zone.
59
59
60
-
If you used a [manual setup] instead, only those pages that render the JS snippet will be reported.
60
+
If you used a [manual setup](/web-analytics/get-started/#sites-not-proxied-through-cloudflare) instead, only those pages that render the JS snippet will be reported.
61
61
62
62
{{<Asidetype="note">}}
63
63
@@ -91,7 +91,7 @@ You can, but you do not have to. Cloudflare Web Analytics is designed primarily
91
91
92
92
Existing Cloudflare customers can access analytics collected from our edge on the **Analytics** tab of the dashboard. You can also enable Web Analytics to measure performance using JavaScript.
93
93
94
-
Using a domain proxied through Cloudflare with [automatic setup] will report stats back to your own domain's `/cdn-cgi/rum` endpoint. If you have installed JS snippet yourself (a [manual setup]), it will report back to `cloudflareinsights.com/cdn-cgi/rum` endpoint.
94
+
Using a domain proxied through Cloudflare with [automatic setup](/web-analytics/get-started/#sites-proxied-through-cloudflare) will report stats back to your own domain's `/cdn-cgi/rum` endpoint. If you have installed JS snippet yourself (a [manual setup](/web-analytics/get-started/#sites-not-proxied-through-cloudflare)), it will report back to `cloudflareinsights.com/cdn-cgi/rum` endpoint.
95
95
96
96
{{</faq-answer>}}
97
97
{{</faq-item>}}
@@ -131,9 +131,9 @@ No. However, if the apex domain (also known as "root domain" or "naked domain")
131
131
132
132
{{<faq-answer>}}
133
133
134
-
No, you can only use the [automatic setup] with JS snippet injection if traffic to your domain is proxied through Cloudflare (orange-clouded).
134
+
No, you can only use the [automatic setup](/web-analytics/get-started/#sites-proxied-through-cloudflare) with JS snippet injection if traffic to your domain is proxied through Cloudflare (orange-clouded).
135
135
136
-
If you have a DNS-only domain, you will have to do a [manual setup] instead.
136
+
If you have a DNS-only domain, you will have to do a [manual setup](/web-analytics/get-started/#sites-not-proxied-through-cloudflare) instead.
137
137
138
138
{{</faq-answer>}}
139
139
{{</faq-item>}}
@@ -222,8 +222,5 @@ Yes. Right now there is a soft limit of ten sites per account, but that can be a
222
222
223
223
For traditional websites, not Single Page Applications (SPAs), the Web Analytics beacon reports to the `/cdn-cgi/rum/` endpoint when the page has finished loading (load event) and when the user leaves the page. For Single Page Applications, additional metrics are sent for every route change to capture the page load event.
0 commit comments