Hi all.
We are trying to get the segment "Referrer Types", which exists in the Adobe Analytics Workspace, from the row hit data in the data feed.
There seems to be many columns corresponding to "Referrer Types" such as ref_type, visit_ref_type and first_hit_ref_type and these columns contains the values which are not in the value in the "Referrer Type" such as "Inside your Site", "Email" and "No JavaScript".
Which columns should I use and how can I get exact the same segment as "Referrer Type" ?
I read the official document about it but I can't understand the concrete process how "Referrer Type" are derived.
I would appreciate if you could answer my question.
Thanks.
Solved! Go to Solution.
Hi Kentxin,
To extract Referrer Type from Data Feeds kindly referrer to the column name "ref_type" which has a numeric ID representing the type of referral for the hit. Below are the look values for the same.
1: Inside your site
2: Other web sites
3: Search engines
4: Hard drive
5: USENET
6: Typed/Bookmarked (no referrer)
7: Email
8: No JavaScript
9: Social Networks
Here is a link document mentioning the same Data column reference.
Hi Kentxin,
Are you looking this kind of output?
Can you share some image of your output.
Thanks,
Balaji
Hi Kentxin,
To extract Referrer Type from Data Feeds kindly referrer to the column name "ref_type" which has a numeric ID representing the type of referral for the hit. Below are the look values for the same.
1: Inside your site
2: Other web sites
3: Search engines
4: Hard drive
5: USENET
6: Typed/Bookmarked (no referrer)
7: Email
8: No JavaScript
9: Social Networks
Here is a link document mentioning the same Data column reference.
Dear Balaji
Yes, I supposed that output.
This is the output from Adobe Analytics workspace,
(1)
and this is the output from my SQL code. What the SQL do is just aggregate page view count , visits, unique visitors group by ref_type.
(2)
ref_type | name | Page View | Visits | Unique Visitors |
9 | SNS | 973 | 816 | 792 |
3 | Search Engine | 240778 | 152928 | 136938 |
8 | No Javascripts | 46719 | 20823 | 16609 |
2 | Other Web Sites | 73275 | 49444 | 45166 |
6 | Typed/Bookmarked | 379125 | 375899 | 304419 |
1 | Inside Your Site | 3828161 | 390671 | 312916 |
I wonder why these values are different and some ref_type in (2) does not appear in (1), though sum of the page view is same.
Thanks,
Kentxin
Not all referrer types provided in Data Feeds are used/displayed in Workspace or Analytics reports. For example, the 'no javascript' ref type is not included. This is not mapped to 'typed/bookmarked', it is just not included in Analytics.
Views
Replies
Total Likes
Views
Likes
Replies