102

我想查看特定页面(我有 URL)上的访问者数量。我在 Analytics 中找不到输入 URL 以查找此特定页面的统计信息的位置。

4

3 回答 3

150

转到行为 > 网站内容 > 所有页面,然后将您的 URI 放入搜索框中。在此处输入图像描述

于 2013-10-21T19:17:51.570 回答
41

正如 Blexy 已经回答的那样,转到“行为 > 网站内容 > 所有页面”。

请注意“行为”在左侧边栏中出现了两次,我们需要点击第二个选项:

                                                     侧边栏

于 2016-07-17T20:41:56.557 回答
39

If you want to know the number of visitors (as is titled in the question) and not the number of pageviews, then you'll need to create a custom report.

 

Terminology


Google Analytics has changed the terminology they use within the reports. Now, visits is named "sessions" and unique visitors is named "users."

User - A unique person who has visited your website. Users may visit your website multiple times, and they will only be counted once.

Session - The number of different times that a visitor came to your site.

Pageviews - The total number of pages that a user has accessed.

 

Creating a Custom Report


  1. To create a custom report, click on the "Customization" item in the left navigation menu, and then click on "Custom Reports".

customization item expanded in navigation menu

  1. The "Create Custom Report" page will open.
  2. Enter a name for your report.
  3. In the "Metric Groups" section, enter either "Users" or "Sessions" depending on what information you want to collect (see Terminology, above).
  4. In the "Dimension Drilldowns" section, enter "Page".
  5. Under "Filters" enter the individual page (exact) or group of pages (using regex) that you would like to see the data for. enter image description here
  6. Save the report and run it.
于 2018-04-11T15:24:47.420 回答