View source: R/lkd_get_campaign_groups.R
lkd_get_campaign_groups | R Documentation |
Get Ad campaign Groups Campaign groups provide advertisers a way to manage status, budget, and performance across multiple related campaigns.
lkd_get_campaign_groups(
account_id = lkd_get_account_id(),
test = FALSE,
start = 0,
count = 1000
)
account_id |
your Linkedin Ad Account ID |
test |
Searches for campaigns based on test or non-test status:
|
start |
Integer, paggination. The index of the first item you want results for. |
count |
Integer, pagination. The number of items you want included on each page of results. There could be fewer items remaining than the value you specify. |
tibble with campaign groups metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.