Learn R Programming

RSiteCatalyst (version 1.3.3)

SaveRealTimeConfiguration: Save Configuration for Real-Time Report

Description

Selects the metrics and elements (dimensions) on which you want real time reports enabled. Realtime configuration changes take 15 minutes to be reflected in reports.

Usage

SaveRealTimeConfiguration(report_suite = "", metric1 = "", elements1 = "",
  metric2 = "", elements2 = "", metric3 = "", elements3 = "")

Arguments

report_suite
Report Suite ID
metric1
Metric to use in real-time report slot 1
elements1
Up to three elements to use for real-time report slot 1
metric2
Metric to use in real-time report slot 2
elements2
Up to three elements to use for real-time report slot 2
metric3
Metric to use in real-time report slot 3
elements3
Up to three elements to use for real-time report slot 3

Value

  • Message returned to console

Details

SaveRealTimeConfiguration should be called each time you want to modify the structure of your real-time reports. If you are unsure of your current setup of your real-time reports, use GetRealTimeConfiguration to find out your current setup.

Changes can take up to 15 minutes to be reflected.

See Also

GetRealTimeConfiguration

Examples

Run this code
SaveRealTimeConfiguration("keystonerandy",
metric1 = "instances",
elements1 = c("page", "referringdomain", "sitesection"),
metric2 = "revenue",
elements2 = c("referringdomain", "sitesection")
)

Run the code above in your browser using DataLab