OffSite

I’m a Core engineer for OffSite, a venture backed digital marketing app (Marketing Website).

OffSite is a fairly complex Rails application with React components embedded throughout. It offers a set of features on top of Google Ads (Google Ads API) that allows parties to share Google Ads audiences without disclosing a user’s personally identifiable information.

OffSite has relatively few traditional models, but incorporates a number of classes that behave like ActiveRecord Models (and include ActiveModel::Model) while persisting data on Google Ads rather than in the database. Many seemingly simple interactions in OffSite also include loading Google OAuth credentials for multiple parties to take API-level actions on the user’s behalf.

Some features I personally worked on:

Some features in Offsite require an admin to step in and manually complete some processes in a “manager account” in Google Ads. We use state machines (AASM gem) and ActiveJob to pull these changes from user’s Google Ads Accounts and update their records in our database.

Google Ads API, Devise, Honey Badger, Stripe, AASM state machines, Simple Form, Activity Notification, Sidkiq, Simple Scheduler, VCR

Screenshots


Me


Owner Onboarding: Audience Owner Profile Form

This form is created using React and Formik


Me


Owner Onboarding: Owner Selects Which of their Audiences to Import to Offsite

This form is created using React and Formik


Me


Onboarding: Owner Edits Audience Information While Importing To Offsite

This form is created using React and Formik and is showing validation errors through Yup


Me


Owner Invitation System


Me