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

get_me

Get Company Ids


Description

This function will quickly pull the list of company ids that you have access to.

Usage

get_me(
  req_path = "discovery/me",
  client_id = Sys.getenv("AW_CLIENT_ID"),
  client_secret = Sys.getenv("AW_CLIENT_SECRET")
)

Arguments

req_path

The endpoint for that particular report

client_id

Set in environment args, or pass directly here

client_secret

Set in environment args, or pass directly here

Value

A data frame of company ids and company names

Examples

## Not run: 
get_me()

## End(Not run)

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.