lkd_get_ad_account_users_by_accounts {rlinkedinads} | R Documentation |
Find Ad Account Users by Accounts Fetch all users associated with a specific ad account. See next link.
Description
Find Ad Account Users by Accounts Fetch all users associated with a specific ad account. See next link.
Usage
lkd_get_ad_account_users_by_accounts(account_urn_id, start = 0, count = 1000)
Arguments
account_urn_id |
accounts ID with a sponsoredAccount URN |
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. |
Value
tibble with users list
[Package rlinkedinads version 0.2.0 Index]