Number of visitors on a specific page

Google AnalyticsGoogle Analytics-Api

Google Analytics Problem Overview


I'd like to see the number of visitors on a specific page (for which I have URL). I don't find in Analytics where to enter a URL in order to look for statistics for this specific page.

Google Analytics Solutions


Solution 1 - Google Analytics

Go to Behavior > Site Content > All Pages and put your URI into the search box.enter image description here

Solution 2 - Google Analytics

As Blexy already answered, go to "Behavior > Site Content > All Pages".

Just pay attention that "Behavior" appears two times in the left sidebar and we need to click on the second option:

                                                     sidebar

Solution 3 - Google Analytics

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBasjView Question on Stackoverflow
Solution 1 - Google AnalyticsBlexyView Answer on Stackoverflow
Solution 2 - Google AnalyticsZanonView Answer on Stackoverflow
Solution 3 - Google AnalyticsJoshView Answer on Stackoverflow