Need to be able to track the success of marketing campaigns based on the source of the campaign
Implementation
When a user clicks into Budweiser Sweep, we should be able to pull information from the url containing the source information and populate that data into our system
[x] Migrate a new column to store referral data on users table
[x] Create a new method that pulls the source from the onboarding link and populates a new source attribute in the database for referral tracking
[x] Increment refferer's entries count when a friend joins
Business Requirement
Need to be able to track the success of marketing campaigns based on the source of the campaign
Implementation
When a user clicks into Budweiser Sweep, we should be able to pull information from the url containing the source information and populate that data into our system