bitly_retrieve_org_shorten_counts_by_group: Retrieve Organization Shorten Counts by Group

View source: R/bitly_orgs.R

bitly_retrieve_org_shorten_counts_by_groupR Documentation

Retrieve Organization Shorten Counts by Group

Description

Returns the shorten counts for a specific organization by group for the current month.

Usage

bitly_retrieve_org_shorten_counts_by_group(organization_id = NULL)

Arguments

organization_id

- a required string | A GUID for a Bitly organization. You may also simply pass "" (double quotes), but this should be avoided at all costs.

Organizations

Organizations are part of our hierarchy. This is the top level where a group and user will belong.

See Also

https://dev.bitly.com/api-reference/#getOrganizationShortenCountsByGroup

Examples

## Not run: 
bitly_bearerToken("access token")
all_orgs <- bitly_retrieve_orgs()
osc <- bitly_retrieve_org_shorten_counts_by_group(organization_id = all_orgs$guid)
df_org_short_counts <- data.frame(osc)

## End(Not run)


dmpe/urlshorteneR documentation built on June 12, 2025, 3:37 a.m.