rmytarget (version 2.1.8)

myTarGetAdList: Get ads list.

Description

Get data frame with 'MyTarget' ads parameters

Usage

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

See Also

MyTarget API Documentation

Examples

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

Run the code above in your browser using DataLab