Description Usage Arguments Value Examples
View source: R/reportsGenerator.R
This function works in tandem with other functions to programatically extract big datasets from Adobe Analytics.
1 2  | reportsGenerator(suite, dateBegin, dateFinish, metrics, elements,
  classification, valueStart)
 | 
suite | 
 Report suite ID.  | 
dateBegin | 
 Start date in the following format: YYYY-MM-DD.  | 
dateFinish | 
 End date in the following format: YYYY-MM-DD.  | 
metrics | 
 Vector containing up to 30 required metrics IDs.  | 
elements | 
 Vector containing element IDs.  | 
classification | 
 Vector containing classification IDs.  | 
valueStart | 
 Integer value pointing to row to start report with.  | 
A data frame containing all the report IDs per day. They are required to obtain all trended reports during the specified time frame.
1 2 3 4  | ## Not run: 
ReportsIDs <- reportsGenerator(suite,dateBegin,dateFinish,metrics, elements,classification)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.