You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tpitale edited this page Jul 1, 2011
·
4 revisions
Defining a Report Class
class Exits
extend Garb::Model
metrics :exits, :pageviews
dimensions :page_path
end
This is useful if you have a class that you would like to use, and define methods, or maybe use with a database. With a defined class, we'll specify filters and sorting as part of Getting Results, (along with all the other options).