showAdsetAudience: Show an adset audience targeting template

Description Usage Arguments Author(s) See Also Examples

Description

Retrieve the audience templates under a specific adset.

Usage

1

Arguments

adset.id

id of adset's template to retrieve

Author(s)

John Coene jcoenep@gmail.com

See Also

orionOAuth, showAdset, showAudience, listAdsets, listAudiences

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
# authenticate
orionOAuth(client.id = 0000,
           client.secret = "0x00000000x00x0x000xxx0000x0xx0")
           
# list 50 adsets
adsets <- listAdsets(n = 50)

# show audience template of random adset
audience <- showAdsetAudience(adset.id = sample(adsets$id, 1))

## End(Not run)

JohnCoene/oRion documentation built on June 13, 2019, 12:44 p.m.