bitly_retrieve_group_click_metrics_by_cities: Get Click Metrics for a specified group by city (Premium)

View source: R/bitly_groups.R

bitly_retrieve_group_click_metrics_by_citiesR Documentation

Get Click Metrics for a specified group by city (Premium)

Description

Returns the geographic origins of click traffic by city for the specified group. Requires a premium account.

Usage

bitly_retrieve_group_click_metrics_by_cities(group_id = NA, showRequestURL = F)

Arguments

group_id

- a required string | A GUID for a Bitly group

showRequestURL

- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.

Group

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.

See Also

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

Examples

## Not run: 
ui <- bitly_user_info(showRequestURL = TRUE)
rg <- bitly_retrieve_group_click_metrics_by_cities(group_id = ui$default_group_guid[1])

## End(Not run)

urlshorteneR documentation built on Aug. 22, 2022, 9:08 a.m.