Questions tagged [referrerurl]
5 questions
24
votes
2 answers
How to display Full Referrer URL in Google Analytics 4 (GA4)?
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…

Matt Sephton
- 3,711
- 4
- 35
- 46
11
votes
4 answers
Get referrer string for Universal Link?
I implemented Universal Links in our iOS 9 app and they work by calling a method in AppDelegate.swift, in which I get an NSUserActvity with an URL attached to it.
Is there a way to get the (HTTP-) referer? I need to know on which website the user…

scrrr
- 5,135
- 7
- 42
- 52
0
votes
0 answers
Why document.referrer sometimes can be my own domain address?
Sometimes I log the value of document.referrer on the website in js.
From the log, I have also seen that sometimes (very few though) the document.referrer shows the application website URL.
Technically, if the referrer is from itself (say, direct go…

Xin
- 33,823
- 14
- 84
- 85
0
votes
0 answers
How to get subdomain referring page URL in C#
How to get the full referring exact page URL from subdomain (abc.example.com) to www.example.com using HTTP context in C#?
Example:
First I am going to visit – https://abc.example.com/page1/category1
Then navigate and lading to this --> …

karthik anandan
- 89
- 3
0
votes
1 answer
How to get variables out from a asynctask + try & catch block in kotlin (android studio)?
In these below two functions I am getting referrerUrl and addId. I want both of them to be fetched in onCreate but don't know how because it is in try & catch block also the getGaid() function is not running without AsyncTask.
fun getreferrUrl()…

Kushal Sharma
- 97
- 8