rmytarget (version 2.4.0)

myTarGetCampaignList: Get campaign list from 'MyTarget'

Description

Get campaign list from 'MyTarget'

Usage

myTarGetCampaignList(
  auth = NULL,
  login = getOption("rmytarget.login"),
  token_path = myTarTokenPath(),
  request_speed = 1.2
)

Arguments

auth

MyTarget Autherization R object. See myTarAuth

login

Account name, used in file name if you save credential

token_path

Path to directory where you save credential data.

request_speed

Integer, or one of slow, normal, fast. Pause between requests to API

Value

Data frame with campaigns list

See Also

MyTarget API ocumentation

Examples

Run this code
# NOT RUN {
myTargetCampaign <- myTarGetCampaignList(myTargetAuth)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab