| bitly_user_metrics_referring_domains | R Documentation | 
This endpoint will rollup the click counts to a referrer about a single Bitlink.
bitly_user_metrics_referring_domains(
  bitlink = NULL,
  unit = "day",
  units = -1,
  size = 50,
  unit_reference = NULL,
  showRequestURL = FALSE
)
bitlink | 
 - required, a Bitlink made of the domain and hash  | 
unit | 
 - string | Default: "day", Enum: "minute" "hour" "day" "week" "month" | A unit of time  | 
units | 
 - integer | Default: -1 | An integer representing the time units to query data for. pass -1 to return all units of time.  | 
size | 
 - string | Default: 50 | The quantity of items to be be returned  | 
unit_reference | 
 - string | An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.  | 
showRequestURL | 
 - an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.  | 
facet - string | One of "countries" "referrers" "referrers_by_domain" "referring_domains" "referring_networks" "shorten_counts"
See https://dev.bitly.com/api-reference/#getMetricsForBitlinkByReferringDomains
## Not run: 
bitly_user_metrics_referring_domains(bitlink = "cnn.it/2HomWGB", unit = "month", units = -1,
size = 100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.