24

In the past, with older Google Analytics accounts and properties I was able to use a Custom Report on a View to show a table of Full Referral URLs.

But with Google Analytics 4 (GA4) I can no longer have Views, so I'm at a loss how I can show Full Referral URLs? I can show the Referral Source (domain name only) but I'd prefer to see the full Referral Path.

Any ideas how I can go about this?

Thank you.

Matt Sephton
  • 3,711
  • 4
  • 35
  • 46

2 Answers2

47

The closest I can find is to use the Explore tab to create a new Exploration with the following settings:

Variables

  • Dimensions: Page referrer
  • Metrics: Active users

Tab Settings

  • rows: Page referrer
  • show rows: 500 (optional)
  • values: Active users
  • cell type: Heat map (optional)
  • filters: (exclude any URL patterns here)

Then minimize the Variables and Settings panels.

This will give you a long table of full referrer URLs along with the number of users that came from there. In my case, most are domain names, but a handful are full URLs pointing to a page.

enter image description here

It remains to be seen if this can be done more easily or more comprehensively.

Melanie Palen
  • 2,645
  • 6
  • 31
  • 50
Matt Sephton
  • 3,711
  • 4
  • 35
  • 46
  • This doesn't work. I tried in two different GA4 properties, "dimensions > page referrer" does not import, the report doesn't form. – 7fc9ecfc6810c58545e1bc3b556003 Apr 27 '22 at 17:18
  • 2
    @7fc9ecfc6810c58545e1bc3b556003 but I literally posted a screenshot of it working. So you must be doing something wrong. – Matt Sephton Apr 27 '22 at 17:34
  • 1
    It is the JS in the GA interface. It does not work when the search bar is used to filter out the dimensions to import Page Referrer. It works if you do not use the search bar to filter it, but instead you manually go through the full list until you find Page Referrer. Possibly related to me living in Brazil, might be worth adding a note to the post because even people in rural England have weak internet signal so I assume this may be a common problem. – 7fc9ecfc6810c58545e1bc3b556003 Apr 30 '22 at 17:55
  • 3
    I find that using 'New users' instead of 'Active users' filters out self-referral from the list. – abey May 01 '22 at 10:19
  • @MattSephton My Page Referrer column is empty for most of the traffic, any ideas? – ArmeniaH Sep 02 '22 at 20:31
  • You now need to add 'Active users' to Metrics – Lawrence Woodman Jun 02 '23 at 06:26
  • It does work like a charm! – Hamad Jul 06 '23 at 13:57
0

It's a bit easier now. This can be achieved OOTB by modifying Primary Dimensions.
For example on a custom report for traffic acquisitions....

  • On the right sidebar, under Report Data, click on Dimensions
  • Remove Event name or remove it from being default.
  • Click Add Dimension, select "Page referrer", and set it as default.
  • Click Apply and save your current report

You should now see Full URL page locations under this custom report.

Tip - Double-click any full URL you see listed, then right-click and open in a new tab. This helps in getting to that page.

Hope this helps others who find this a bit of a mystery.

Melanie Palen
  • 2,645
  • 6
  • 31
  • 50
klewis
  • 7,459
  • 15
  • 58
  • 102