Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

aw_token

OAuth2 Token for Adobe Analytics


Description

OAuth2 Token for Adobe Analytics

Usage

aw_token(
  client_id = Sys.getenv("AW_CLIENT_ID"),
  client_secret = Sys.getenv("AW_CLIENT_SECRET"),
  use_oob = TRUE
)

Arguments

client_id

defined by global variable or manually defined

client_secret

defined by global variable or manually defined

use_oob

for the purpose of testing. Default is set to TRUE

Value

An authorization token is saved the file name aa.oauth. If the file aa.oauth does not exist then one will be created at the end of the authorization process.


adobeanalyticsr

R Client for 'Adobe Analytics' API 2.0

v0.1.5
MIT + file LICENSE
Authors
Ben Woodard [aut, cre], Tim Wilson [aut, ctb], Mark Edmondson [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.