Learn R Programming

rmytarget (version 2.0.1)

myTarGetAdList: Get ads list.

Description

Get data frame with 'MyTarget' ads parameters

Usage

myTarGetAdList(auth = NULL, login = NULL,
  token_path = getwd())

Arguments

auth

MyTarget Autherization R object.

login

Your login, or client name in MyTarget account

token_path

Path to directory where you save credential data

Value

Data frame with campaigns list

See Also

https://target.my.com/doc/api/detailed/#resource_banners

Examples

Run this code
# NOT RUN {
myAds <- myTarGetAdList(login = "my_test_client")
# }

Run the code above in your browser using DataLab