SDITools / adobeanalyticsr

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

aw_freeform_table issue #177

Closed szonekr closed 11 months ago

szonekr commented 11 months ago

Hi,

When i query with aw_freeform_table, the response only come back in tables consisting of 5 row or 25 row tables, is there a reason for this.

If i query the following:

aw_freeform_table(rsid = rsid', company_id = company_id, date_range = c("2023-10-01","2023-10-31"), dimensions = c("daterangeday"), metrics = c("pageviews"))

I am returned a table with only 5 rows and a selection of dates between those show above. But not all dates. Is there a reason for this?

Kind Regards, S

szonekr commented 11 months ago

stupid question, realised it was being limited by the top variable withing the freeform table query