aw_workspace_report {adobeanalyticsr} | R Documentation |
Use a prebuilt json query to pull a ranked report
Description
Organizes the arguments into a json string and then structures the data after the internal function makes the api call. Only runs a single dimension with as many metrics as you want.
Usage
aw_workspace_report(req_body = "", company_id = Sys.getenv("AW_COMPANY_ID"))
Arguments
req_body |
The json string copied from Workspace |
company_id |
Company Id. Taken from the global environment by default if not provided. |
Value
A data frame of dimensions and metrics
[Package adobeanalyticsr version 0.4.0 Index]