The referer job excludes some countries from its computation results:
https://github.com/wikimedia/analytics-refinery/blob/master/hql/referrer/compute_referer_daily.hql#L28
The list of excluded countries is hard-coded, and seems a smaller version of the list of excluded countries maintained globally on the cluster:
SELECT * FROM canonical_data.countries WHERE is_protected;
I think we should update the referer job to use the global exclusion list.