myTarGetAdList {rmytarget} | R Documentation |
Get ads list from 'MyTarget'
Description
Get ads list from 'MyTarget'
Usage
myTarGetAdList(
auth = NULL,
login = getOption("rmytarget.login"),
token_path = myTarTokenPath(),
request_speed = 1.2
)
Arguments
auth |
MyTarget Autherization R object. See |
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 banners list
See Also
Examples
## Not run:
myAds <- myTarGetAdList(login = "my_test_client")
## End(Not run)
[Package rmytarget version 2.4.0 Index]