powered by
Authentication in 'MyTarget API' by Code Grant Schema. For detail you can see https://target.my.com/adv/api-marketing/doc/authorization.
myTarAuth(login = NULL, grant_type = "client_credentials", client_id = getOption('rmytarget.client_id'), client_secret = getOption("rmytarget.client_secret"), agency_client_name = NULL, code_grant = getOption("rmytarget.code_grant_auth"), token_path = getwd())
Account name, used in file name if you save credential
Your account grant, get one of two values, "client_credentials" or "agency_client_credentials".
Yoyr client ID.
Your client secret
Your client user name, only for "agency_client_credentials" grant_type
logical, Use code gran authorise schema, https://target.my.com/adv/api-marketing/doc/authorization
Path to directory where you save credential data
MyTarget Authentication R object.
You can save your credential in local file, if yoy enter "yes" at answer on "Do you want save API credential in local file?" in R console.
API authorixation documentation by MyTarget - https://target.my.com/adv/api-marketing/doc/authorization
# NOT RUN { # Recomendation auth by code grant schema myTarAuth(login = "my_account_name") # }
Run the code above in your browser using DataLab