A site I'm working on is tracking Google Analytics events that always have a direct referral URL that is internal to our site. What would be good practice to link the event to the originating referral URL?
An example use case is:
User is on facebook -> Click through to our site -> Pageview -> Pageview -> EVENT
In this case the referral is considered direct but the traffic originated from facebook.
How do I make sure that the event's referrer is facebook in this case? So that when I look at goal conversion rates for my event, site visits that began with a referral from facebook and end in my event will count as goal conversions? And that this works for any referrer?