Description Usage Arguments Details Value Examples
View source: R/SubmitJsonQueueReport.R
Generic interface to validate, queue and retrieve a report from the API
1 2 3 | SubmitJsonQueueReport(report.description, interval.seconds = 5,
max.attempts = 120, validate = TRUE, enqueueOnly = FALSE,
format = "json")
|
report.description |
JSON report description |
interval.seconds |
How long to wait between attempts |
max.attempts |
Number of API attempts before stopping |
validate |
whether to submit report definition for validation before requesting the data. |
enqueueOnly |
only enqueue the report, don't get the data. returns report id, which you can later use to get the data |
format |
"csv" or "json" |
This is a function for advanced users, for the case where a user feels that submitting a JSON request would be easier than using one of the pre-defined functions from RSiteCatalyst
Data frame or report id, if enqueueOnly is TRUE
1 2 3 4 5 6 | ## Not run:
custom_report <- SubmitJsonQueueReport('valid Adobe Analytics API JSON string')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.