myTarGetCampaignList: Get campaign list.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/myTarGetCampaignList.R

Description

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

Usage

1
2
3
4
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

Author(s)

Alexey Seleznev

See Also

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

Examples

1
2
3
4
## Not run: 
myTargetCampaign <- myTarGetCampaignList(myTargetAuth)

## End(Not run)

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