Skip to main content
Luca_Lattarini
Level 9
August 31, 2023
해결됨

I cannot see the referreal domain from another website. How can i fix it?

  • August 31, 2023
  • 2 답변들
  • 666 조회

Hello guys,

 

I am checking why i am not able to track users who come from a external website. What shall i check? Processing Rules?

Thnaks

이 주제는 답변이 닫혔습니다.
최고의 답변: Jennifer_Dungan

If it's one specific website, the issue may be that the website coded their links with a "noreferrer" directive, which means there is nothing you can do (except ask them to remove that on their side).

 

Referrers is collected from the headers of an Internet Request, if a site uses "noreferrer" directive it will not send the data, meaning you cannot get anything.

 

If everything is missing, then it's likely a config issue in your implementation. 

2 답변

Jennifer_Dungan
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
August 31, 2023

Is the problem with one specific website? Or you have no referral data at all?

Jennifer_Dungan
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
August 31, 2023

If it's one specific website, the issue may be that the website coded their links with a "noreferrer" directive, which means there is nothing you can do (except ask them to remove that on their side).

 

Referrers is collected from the headers of an Internet Request, if a site uses "noreferrer" directive it will not send the data, meaning you cannot get anything.

 

If everything is missing, then it's likely a config issue in your implementation.