Learn R Programming

rmytarget (version 2.0.1)

myTarGetCampaignList: Get campaign list.

Description

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

Usage

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

Examples

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

Run the code above in your browser using DataLab