I just started using the R package RSiteCatalyst to access Adobe Analytics via the reporting API.
By using this package I can retrieve data and build a report the way I need it. However, I was wondering if it is possible to create a report in Adobe Analytics, assign it a report_id
and then access the report via R with the report_id
.
I have looked at the predefined functions, but they don't seem to help. I thought getReport
or getDashboard
are the ones, but they seem to be doing something else.
Does anybody know? Thanks!