reportsGenerator: Generate report IDs to be retrieved later

Description Usage Arguments Value Examples

View source: R/reportsGenerator.R

Description

This function works in tandem with other functions to programatically extract big datasets from Adobe Analytics.

Usage

1
2
reportsGenerator(suite, dateBegin, dateFinish, metrics, elements,
  classification, valueStart)

Arguments

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.

Value

A data frame containing all the report IDs per day. They are required to obtain all trended reports during the specified time frame.

Examples

1
2
3
4
## Not run: 
ReportsIDs <- reportsGenerator(suite,dateBegin,dateFinish,metrics, elements,classification)

## End(Not run)

lcmercado/AutoAnalysis documentation built on May 25, 2019, 9:31 p.m.