myTarGetCampaignList: Get campaign list from 'MyTarget'

Description Usage Arguments Value See Also Examples

View source: R/myTarGetCampaignList.R

Description

Get campaign list from 'MyTarget'

Usage

1
2
3
4
5
6
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

1
2
3
4
## Not run: 
myTargetCampaign <- myTarGetCampaignList(myTargetAuth)

## End(Not run)

rmytarget documentation built on Oct. 20, 2021, 5:08 p.m.