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
After a couple of reloads of the page displaying some results from my api interactions, I often get a Requested 15 dimensions; only 7 are allowed. warning (it's not always 15, that differs). It seems that on every pageload the same instance of Garb::Model get's repopulated with metrics and dimensions which I set to classes in a module on the top of my file. Should I define the report class elsewhere?
And I call the result via the shorthand: profile.number_of_visits_per_page.each do |res|. After doing that a couple of times, the too many dimensions error is thrown.
The text was updated successfully, but these errors were encountered:
After a couple of reloads of the page displaying some results from my api interactions, I often get a
Requested 15 dimensions; only 7 are allowed.
warning (it's not always 15, that differs). It seems that on every pageload the same instance of Garb::Model get's repopulated with metrics and dimensions which I set to classes in a module on the top of my file. Should I define the report class elsewhere?The module looks like this:
And I call the result via the shorthand:
profile.number_of_visits_per_page.each do |res|
. After doing that a couple of times, the too many dimensions error is thrown.The text was updated successfully, but these errors were encountered: