Learn R Programming

urlshorteneR (version 1.1.2)

bitly_retrieve_org_shorten_counts: Retrieve Organization Shorten Counts

Description

Retrieve all the shorten counts for a specific organization

Usage

bitly_retrieve_org_shorten_counts(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.

Value

facet - Enum: "countries" "referrers" "referrers_by_domain" "referring_domains" "referring_networks" "shorten_counts"

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/v4/#operation/getOrganizationShortenCounts

Examples

Run this code
# NOT RUN {
all_orgs <- bitly_retrieve_orgs()
osc <- bitly_org_shorten_counts(organization_id = all_orgs$guid)
df_org_short_counts <- data.frame(osc, stringsAsFactors = FALSE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab