Description Usage Arguments Author(s) See Also Examples
Retrieves ad labels under given account.
| 1 | listLabels(account.id, token)
 | 
| account.id | ID of the account to retrieve labels from. | 
| token | A valid token as returned by  | 
John Coene jcoenep@gmail.com
| 1 2 3 4 5 6 7 8 | ## Not run: 
# get all accounts
accounts <- listAccounts("me", token = "XXXXXXXXXXX")
# get labels of random account
labs <- listLabels(account.id = sample(accounts$id, 1), token = "XXXXXXXXXXX")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.