Learn R Programming

rappleads (version 0.1.3)

apl_get_access_token: Get access_token

Description

Get access_token

Usage

apl_get_access_token(
  client_id,
  jwt_data,
  account_name,
  cache_path = rappdirs::site_data_dir("rappleads")
)

Value

access_token object

Arguments

client_id

You receive your clientId when you upload a public key.

jwt_data

JWT object apl_get_client_secret()

account_name

Your apple ads account name

cache_path

Path to the directory where cached authentication data will be stored.