SDITools / adobeanalyticsr

R Client for Adobe Analytics API v2.0
Other
18 stars 9 forks source link

aa_freeform_table() is limited to 6 dimensions #2

Closed gilliganondata closed 3 years ago

gilliganondata commented 3 years ago

There is nothing inherent in the v2 API preventing aa_freeform_table() to infinitely recurse through dimensions. It would be really nice to have that ability. Even if there is a practical / time limit, simply having the function code such that it is fully dynamic would be preferred.

benrwoodard commented 3 years ago

Expanded to 10 dimensions but need to work on the n capability of dimensions

benrwoodard commented 3 years ago

expanded to 15 dimensions but next step is n dimension support

benrwoodard commented 3 years ago

I've increased support up to 20 dimensions in one data request. I'm closing this issue out at this time and will open a new enhancement feature that seeks to make ncapable dimensions possible. rowsdata function is the key