Description Usage Arguments Examples
View source: R/RSiteCatalyst.R
Uses RSiteCatalyst::QueueTrended() to get metrics for an Adobe Target AB activity that have Adobe Analytics as the reporting source (A4T)
1 2 3 4 | QueueA4TReport(activityId,
reportsuite.id = Sys.getenv("ADOBE_REPORTSUITEID"),
metrics = "uniquevisitors", elements = c("activity", "experience"),
date.granularity = "year", reportMeta = TRUE, ...)
|
activityId |
character |
reportsuite.id |
See RSiteCatalyst::QueueTrended(); |
metrics |
See RSiteCatalyst::QueueTrended() ; |
elements |
See RSiteCatalyst::QueueTrended() ; |
date.granularity |
See RSiteCatalyst::QueueTrended(); Defaults to year since that's the highest level of aggregation; if your test spans two calendar years, you'll have to aggregate |
reportMeta |
boolean. If TRUE, appends duration and id to results of RSiteCatalyst::QueueTrended() |
... |
additional arguments to RSiteCatalyst::QueueTrended() |
1 2 3 4 5 6 7 8 9 | # Error if activity doesn't report to Adobe Analytics
## Not run:
QueueA4TReport(activityId = "297037", reportMeta=FALSE)
## End(Not run)
QueueA4TReport(activityId = "298487", reportMeta=FALSE) # reports uniquevisitors by default
QueueA4TReport(activityId = "298487", metrics = c("uniquevisitors", "visits"), reportMeta=FALSE) # or specify additional metrics, e.g., conversion
QueueA4TReport(activityId = "298487", reportMeta=TRUE) # reports uniquevisitors by default
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.