rmytarget (version 2.1.8)

myTarGetCampaignList: Get campaign list.

Description

Get data frame with 'MyTarget' campaing id, name and parameters

Usage

myTarGetCampaignList(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 ocumentation

Examples

Run this code
# NOT RUN {
myTargetCampaign <- myTarGetCampaignList(myTargetAuth)
# }

Run the code above in your browser using DataLab