If you access an account that only has one profile, you get the following error if you try to execute
Garb::Profile.all
NoMethodError: You have a nil object when you didn't expect it!
I believe this is either a bug in Garb or a bug in the Google Analytics. It seems to me that when you only have one profile, google is returning the profile itself rather than the profile inside an array.
If you access an account that only has one profile, you get the following error if you try to execute
Garb::Profile.all
NoMethodError: You have a nil object when you didn't expect it!
I believe this is either a bug in Garb or a bug in the Google Analytics. It seems to me that when you only have one profile, google is returning the profile itself rather than the profile inside an array.