View source: R/get_dimensions.R
| aw_get_dimensions | R Documentation | 
This will generate an extensive list of all the dimensions in the reportsuite.
aw_get_dimensions(
  rsid = Sys.getenv("AW_REPORTSUITE_ID"),
  locale = "en_US",
  segmentable = FALSE,
  reportable = FALSE,
  classifiable = FALSE,
  expansion = NULL,
  debug = FALSE,
  company_id = Sys.getenv("AW_COMPANY_ID")
)
rsid | 
 Adobe report suite ID (RSID).  If an environment variable called   | 
locale | 
 The locale that dimension details should be returned in. The default is   | 
segmentable | 
 Boolean that determines whether or not to include dimensions that can be used in
segments.   | 
reportable | 
 Boolean that determines whether or not to include dimensions that can be used in
reports   | 
classifiable | 
 Boolean that determines whether or not to include dimensions that can be used in
classifications   | 
expansion | 
 Additional dimension metadata to include in the results:   | 
debug | 
 Include the output and input of the api call in the console for debugging. Default is FALSE  | 
company_id | 
 Company ID. If an environment variable called   | 
A data frame of dimensions and their meta data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.