Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 2bf1e88

Browse files
committed
タイトル和訳
1 parent db4988f commit 2bf1e88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/adding-analytics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Adding Analytics
2+
title: アクセス解析を追加する
33
---
44

5-
## Why use analytics?
5+
## なぜアクセス解析を使うのですか?
66

77
Once you have your site live you will start wanting to get an idea of how many visitors are coming to your site along with other metrics such as:
88

@@ -12,7 +12,7 @@ Once you have your site live you will start wanting to get an idea of how many v
1212

1313
Google Analytics provides a way to collect this data and perform analytics on it answering the above questions among many others. The platform is free for 10 million hits per month per Tracking ID. There are other analytics options--see the "Other Gatsby analytics plugins" section at the bottom of this doc for ideas.
1414

15-
## Setting up Google Analytics
15+
## Google Analytics の設定
1616

1717
The first step is to set up a Google Analytics account. You can do that [here](https://analytics.google.com/) by signing in with your Google Account.
1818

@@ -26,7 +26,7 @@ You should now have a Tracking ID; take note of it, as your website will need to
2626

2727
You can find this tracking ID later by going to `Admin > Tracking Info > Tracking Code`.
2828

29-
## Using `gatsby-plugin-google-analytics`
29+
## `gatsby-plugin-google-analytics`を使う
3030

3131
Now, it's time to configure Gatsby to send page views to your Google Analytics account.
3232

@@ -58,7 +58,7 @@ There are a number of extra configuration options--both with the Gatsby plugin a
5858

5959
Once this is configured you can deploy your site to test! If you navigate to the homepage of Google Analytics, you should see a dashboard with different statistics.
6060

61-
## Other Gatsby analytics plugins
61+
## Gatsby におけるその他のアクセス解析プラグイン
6262

6363
- [Google Tag Manager](/packages/gatsby-plugin-google-tagmanager/)
6464
- [Google Analytics gtag.js](/packages/gatsby-plugin-gtag/)

0 commit comments

Comments
 (0)