I understand that Google Analytic's Advanced Segments can be used to track referrals made from Facebook. I am creating my own tracking system and want to emulate this referral tracking feature. I assume as google analytics is javascript based, it would use the 'document.referrer' to achieve this. However, the document.referrer is not tracked from https based connections, a.k.a facebook. so my question is:
How Google Analytics track traffic generated from Facebook? How can I emulate this using a javascript?