dictInterest: List available interests

Description Usage Author(s) Examples

Description

Fetch list of interests.

Usage

1

Author(s)

John Coene jcoenep@gmail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
# authenticate
orionOAuth(client.id = 0000,
           client.secret = "0x00000000x00x0x000xxx0000x0xx0")
           
# dict interests
head(int <- dictInterest())

# filter transportation-related interests
trans <- int[grep("Transportation", int$value),]

# create target audience template 
createAudience(body = list(
               audience_template_name = "target specific interests",
               interest = trans$pid[1]
               ))

## End(Not run)

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