Description Usage Arguments Details Value Examples
View source: R/GetSuccessEvents.R
Gets success event definitions for the specified report suite(s). Useful to audit or document a report suite or company in Adobe Analytics.
1 | GetSuccessEvents(reportsuite.ids)
|
reportsuite.ids |
report suite id (or list of report suite ids) |
This function requires having a character vector with one or more valid Report Suites specified.
Data frame
1 2 3 4 5 6 | ## Not run:
events <- GetSuccessEvents("your_report_suite")
events2 <- GetSuccessEvents(report_suites$rsid)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.