Description Usage Value See Also Examples
Creates connection to the database (Creative database)). To connect the function uses Renviron 
(read more ReadRemoteEnvironment)
1  | 
None
1 2 3 4  | creative <- CreativeAdminConnection()
query <- 'SELECT * FROM table LIMIT 1'
campaigns <- dbGetQuery(creative, query)
dbDisconnect(creative)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.