We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Once you have logged in (see Logging In) you can now find a profile, fetch all the profiles, or select one from the list.
Get the first profile for a web property id:
Garb::Profile.first('UA-XXXXXX-XX')
unless you have custom segmented profiles and need to use the table id like so:
Garb::Profile.first(Garb.to_google_analytics('12345678'))
OR simply
Garb::Profile.all
Get the first:
profile = Garb::Profile.all.first