OS: RHEL 7.6 (Maipo)
Server: AEM-6.5.1 SP-6.5.1
Adobe Launch
---------------------------------------------
When we try to take below Referrer reports always the counts are showing under Typed / Bookmarked.
In some of the blogs they mentions if(search-engine) -> else if() -> else if() -> else { "Typed / Bookmarked" ).
Agreed, but what I missed here to get the actual values. if I need to set s.referrer where I need to configure or set.
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
By default, Adobe Analytics tracks referrer from document.referrer, but here it is not behaving like that, seems something is overriding, you need to check internal URL filters or check custom code editor.
You can override this using s.referrer plugin, for this, you need to write code in Adobe Launch custom code editor.
Example:
s.referrer=document.referrer;
If you need to set s.referrer arbitrarily, use the Referrer Override field in the Analytics extension. Also, check if Internal URL Filters setting for the report suite is configured correctly.
By default, Adobe Analytics tracks referrer from document.referrer, but here it is not behaving like that, seems something is overriding, you need to check internal URL filters or check custom code editor.
You can override this using s.referrer plugin, for this, you need to write code in Adobe Launch custom code editor.
Example:
s.referrer=document.referrer;
Views
Likes
Replies
Views
Likes
Replies