Description Usage Author(s) See Also Examples
Fetch list of behaviours.
| 1 | 
John Coene jcoenep@gmail.com
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run: 
# authenticate
orionOAuth(client.id = 0000,
           client.secret = "0x00000000x00x0x000xxx0000x0xx0")
           
# dict behaviours
(behaviours <- dictBehaviour())
# create target audience template 
createAudience(body = list(
               audience_template_name = "target game addicts",
               behavior = behaviours$code[1]
               ))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.