Learn R Programming

rappleads (version 0.1.3)

apl_get_campaigns: Get All Campaigns

Description

Get All Campaigns

Usage

apl_get_campaigns(org_id = apl_get_me_details()$parentOrgId)

Value

tibble with campaigns

Arguments

org_id

The value is your orgId.

Examples

Run this code
if (FALSE) {
camp <- apl_get_campaigns(org_id = 2623170)
}

Run the code above in your browser using DataLab