Fosome / garb

A Ruby wrapper for the Google Analytics API
http://www.viget.com/extend/
654 stars 89 forks source link

What is 'named filters'? #89

Closed ckazu closed 13 years ago

ckazu commented 13 years ago

I wrote filters, such as

profile.exits(:filters => {:page_path.eql => '/path/to/page'})

and i received under warning:

"The use of SymbolOperator(eql, etc.) has been deprecated. Please use named filters."

What is 'named filters'? How should I write instead of SymbolOperater?

tpitale commented 13 years ago

Check out the 'filters' branch, sorry for the premature warnings. Let me know how it works for you.

ckazu commented 13 years ago

OK. I understood. THNX