Adobe Solution Design Reference site built using R Shiny and RSiteCatalyst
Expects the following packages installed:
This Shiny app relies on RSiteCatalyst for authentication with Adobe's Analytics API.
Legacy (WSSE) The ‘legacy’ method of authenticating with the Adobe Analytics API requires knowing your User Name and Shared Secret, which can be obtained from the same User Management -> Users -> Access menu in the Admin panel where Web Services Access is granted.
.Renviron contains the following settings
- APP_TITLE Name to put in the top left corner. eg, Company Name
- AW_REPORTSUITE_ID The report suite id
- AW_USERNAME Your WSSE username
- AW_SECRET Your WSSE secret
- Add basic username/password option
- Add report suite selector
- Add data previews for props, evars, and events
- Improve caching, expire old caches
- Address permissions issues on
cachefolder - Better handling of errors.
- Switch to OAuth for Authentication
