Last chance! 50% off unlimited learning
Sale ends in
Get all the shorten counts for a specific group
bitly_retrieve_group_shorten_counts(group_id = NA, showRequestURL = F)
- a required string | A GUID for a Bitly group
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.
Groups are a subdivision within an organization. A user will belong to a group within an organization. Most actions on our API will be on behalf of a group. For example, when you shorten a link, it will be on behalf of a user and a group.
if (FALSE) {
ui <- bitly_user_info(showRequestURL = TRUE)
rg <- bitly_retrieve_group_shorten_counts(group_id = ui$default_group_guid[1])
}
Run the code above in your browser using DataLab