Learn R Programming

RSiteCatalyst (version 1.4.16)

GetSuccessEvents: Get Success Events Associated with a Report Suite

Description

Gets success event definitions for the specified report suite(s). Useful to audit or document a report suite or company in Adobe Analytics.

Usage

GetSuccessEvents(reportsuite.ids)

Arguments

reportsuite.ids

report suite id (or list of report suite ids)

Value

Data frame

Details

This function requires having a character vector with one or more valid Report Suites specified.

Examples

Run this code
# NOT RUN {
events <- GetSuccessEvents("your_report_suite")

events2 <- GetSuccessEvents(report_suites$rsid)
# }

Run the code above in your browser using DataLab