myTarGetAdList: Get ads list.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/myTarGetAdList.R

Description

Get data frame with 'MyTarget' ads parameters

Usage

1
2
3
4
myTarGetAdList(auth = NULL, 
           login = NULL, 
		   token_path = getwd(),
		   request_speed = 1.2)

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

request_speed

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

Value

Data frame with campaigns list

Author(s)

Alexey Seleznev

See Also

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

Examples

1
2
3
4
## Not run: 
myAds <- myTarGetAdList(login = "my_test_client")

## End(Not run)

maraevdima/rmytarget documentation built on May 26, 2019, 6:56 p.m.