View source: R/get_reportsuites.R
aw_get_reportsuites | R Documentation |
Retrieve a list of report suites and meta data about each one.
aw_get_reportsuites(
company_id = Sys.getenv("AW_COMPANY_ID"),
rsids = NULL,
rsidContains = NULL,
limit = 10,
page = 0,
expansion = NULL,
debug = FALSE
)
company_id |
Company ID. If an environment variable called |
rsids |
Filter the results to include one or more specific report suites. Specify multiple RSIDs as
a vector (i.e., " |
rsidContains |
Filter the results list to only include suites that contain the specified string within the RSID. This is case-insensitive and is a simple, single string match. |
limit |
The number of results to return per page. This argument works in conjunction with the
|
page |
The "page" of results to display. This works in conjunction with the |
expansion |
Additional segment metadata fields to include in the results: |
debug |
Include the output and input of the api call in the console for debugging. Default is FALSE |
A data frame of report suites and their meta data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.