Description Usage Arguments Value See Also Examples
View source: R/myTarGetAdList.R
Get ads list from 'MyTarget'
1 2 3 4 5 6 | myTarGetAdList(
auth = NULL,
login = getOption("rmytarget.login"),
token_path = myTarTokenPath(),
request_speed = 1.2
)
|
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 |
Data frame with banners list
1 2 3 4 | ## Not run:
myAds <- myTarGetAdList(login = "my_test_client")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.