SDITools / adobeanalyticsr

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

`expansion` returning odd/incomplete results for `aw_get_calculatedmetrics()` #45

Closed gilliganondata closed 3 years ago

gilliganondata commented 3 years ago

I made the following call:

aw_get_calculatedmetrics(rsid = rsid,
                                company_id = company_id)

I compared that to the results returned from this:

aw_get_calculatedmetrics(rsid = rsid,
                                company_id = company_id,
                                expansion = "reportSuiteName, ownerFullName, modified, tags, definition, compatability, categories")

There were only two additional columns added:

Any idea what might be going on here?

gilliganondata commented 3 years ago

Further digging, it seems like this will return additional results, but not for this full list at once. I'm exploring what happens with what and will document this in the Details for the function.

gilliganondata commented 3 years ago

The issue was the space in the comma-separated values. This has been entered as #47 for an enhancement request.