aw_get_project_config {adobeanalyticsr} | R Documentation |
Pull a project configuration
Description
Returns a project configuration json string
Usage
aw_get_project_config(
projectId = NULL,
expansion = NULL,
locale = "en_US",
debug = FALSE,
company_id = Sys.getenv("AW_COMPANY_ID")
)
Arguments
projectId |
The Project id for which to retrieve information |
expansion |
Comma-delimited list of additional project metadata fields to include on response. Available values : reportSuiteName, shares, tags, accessLevel, modified, externalReferences, definition |
locale |
Locale Default value : en_US |
debug |
Set to |
company_id |
Company ID. If an environment variable called |
Value
A json string
[Package adobeanalyticsr version 0.4.0 Index]