Description Usage Arguments Value See Also Examples
View source: R/BuildRealTimeReportStructure.R
Selects the metrics and elements (dimensions) on which you want Real-Time reports enabled. Use the returned list from this function as argument(s) in SaveRealTimeSettings.
1 2 | BuildRealTimeReportStructure(report.name = "", metric = "",
elements = c(), min.granularity = "1", ui.report = TRUE)
|
report.name |
Real-Time Report Name |
metric |
Metric for Real-Time Report |
elements |
Breakdowns for Real-Time Report |
min.granularity |
Minimum Granularity for Report. Defaults to 1 minute. |
ui.report |
Show report in Adobe Analytics web interface |
List
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## Not run:
report.test1 <- BuildRealTimeReportStructure(report.name="test123",
metric="instances",
elements = c("prop2", "searchenginekeyword", "geocountry"))
report.test2 <- BuildRealTimeReportStructure(report.name="test456",
metric="instances",
elements = c("prop2", "searchenginekeyword", "geocountry"),
min.granularity = "5")
report.test3 <- BuildRealTimeReportStructure(report.name="test789",
metric="instances",
elements = c("prop2", "searchenginekeyword", "geocountry"),
min.granularity = "5",
ui.report=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.